1. #1
    Sencha User zeroed's Avatar
    Join Date
    Aug 2008
    Location
    Washington DC
    Posts
    135
    Vote Rating
    0
    zeroed is on a distinguished road

      0  

    Question 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?

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,715
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Code:
    field.setTriggerAction(TriggerAction.ALL);

  3. #3
    Sencha User zeroed's Avatar
    Join Date
    Aug 2008
    Location
    Washington DC
    Posts
    135
    Vote Rating
    0
    zeroed is on a distinguished road

      0  

    Default


    Thanks a lot! It works.

    One quick question.

    Does it influence on anything else? For example on validation?

Tags for this Thread