Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBoxItem focus EmptyDisplayValue

    Hi,

    I have problem with subclassed ComboBoxItem. When I have set EmptyDisplayValue for it, focus on it and trying to get values from corresponding form: criteria is generated for combobox with value EmptyDisplayValue. If focus is not on that item, everything is fine and no additional criteria are generated.
    It seems to me like a bug, but can you recommend me please some quick fix which would work in existing code?


    3.0.2011-09-28-EVAL
    Firefox

    #2
    We'll take a look at this - however, you can probably get the behavior you want by setting "showHintInField" to true and specifying a hint value rather than an emptyDisplayValue. Let us know if that doesn't fix it for you.

    Comment

    Working...
    X