Feature #3244
implement search-by-key in SELECTION-LIST
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/07/2017
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Constantin Asofiei over 9 years ago
- Subject changed from implement search-by-key in SELECTION-LIST and RADIO-SET to implement search-by-key in SELECTION-LIST
Currently, SELECTION-LIST does not allow switching elements when a key matching the first char in the element is pressed (like we do for the combo's DROP-DOWN).
#3 Updated by Vladimir Tsichevski about 1 year ago
Constantin Asofiei wrote:
Currently, SELECTION-LIST does not allow switching elements when a key matching the first char in the element is pressed (like we do for the combo's DROP-DOWN).
Currently, SELECTION-LIST supports searching items by one character typed. The thing which is missing is the multi-character searching in a sorted SELECTION-LIST. This will be probably fixed as part of #9978 task.