-
14 Jul 2011 12:26 PM #1
How to turn TimeField filtering off?
How to turn TimeField filtering off?
Hi All,
TimeField has a following feature:
When it's empty I see combobox like
9:00
9:15
9:30
....
15:45
16:00
Etc
If I select a time and open combobox again I see only selected time.
I have to delete existing time using keyboard to select a new time.
Is it possible to turn off this feature that filters all other values?
-
14 Jul 2011 12:30 PM #2
Code:field.setTriggerAction(TriggerAction.ALL);
-
14 Jul 2011 12:48 PM #3
Thanks a lot! It works.
One quick question.
Does it influence on anything else? For example on validation?


Reply With Quote