Opened 11 years ago

Closed 11 years ago

#8636 closed feature (wontfix)

Option to force selection from the list

Reported by: edwinboersma Owned by:
Priority: minor Milestone: 1.9.1
Component: ui.autocomplete Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:

Description

I want to force my users to make a selection from the dropdown and not just type what they want. A 'not-select' option would therefore be convenient. This would result in the input field being cleared if nothing was selected from the list, e.g. when the field was blurred.

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: wontfix
Status: newclosed

This is actually not easy to get right since we may not know the list of valid options at the time the input field is blurred (asynchronous responses, search delays, etc.). You can build this logic by listening to the change event if you want.

Note: See TracTickets for help on using tickets.