Hi,
We have a question about how to press multiple keys to search SelectItem result. For example, if we press "h" and "e" in a sequence when the Select Item list is shown, we want the selection move to the first entry start with "he". However, in current SelectItem, by pressing "h", the selection move to the first entry start with "h". Then if we press "e", the selection move to the first entry start with "e".
We notice that we can achieve this by using a ComboboxItem. However, we are wondering if there's any way we can do to have this behavior on a regular SelectItem? We are using SmartClient_v8.3p_2014_10_18.
Thanks!
Robin
We have a question about how to press multiple keys to search SelectItem result. For example, if we press "h" and "e" in a sequence when the Select Item list is shown, we want the selection move to the first entry start with "he". However, in current SelectItem, by pressing "h", the selection move to the first entry start with "h". Then if we press "e", the selection move to the first entry start with "e".
We notice that we can achieve this by using a ComboboxItem. However, we are wondering if there's any way we can do to have this behavior on a regular SelectItem? We are using SmartClient_v8.3p_2014_10_18.
Thanks!
Robin
Comment