ComboBox usage
Author: gianni.sandigliano@unifacesolutions.com (gianni)
Hi Unifacers, Am I the only one feeling current ComboBox implementation should be improved? As of today end users are criticizing because: A) when typing something into ComboBOX (With InsertMode=None) they get the same feedback either if string typed has ONE or has MANY or does NOT have a correspondence within the provided list. B) when they type a character that does not have a correspondence their navigation is NOT blocked when exiting from the field. IMHO: 1) Autocomplete: when user is typing something having corresponding value(s) should be automatically opened presenting only corresponding values 2) To avoid forcing to use the mouse (factories workers often prefer keyboard) Enter Key could be defined to accept current highlighted value 3) Accepting also key=value (associative) list continuing to filter only on values (descriptions) when user is typing should also be considered As an alternative to item #3 current dropdownlist implementation could be extended to accept more than one typed character to select within a list using keyboard. Gianni




