create a searchable select field dropdown with options in ui page

ritesh42singh
ServiceNow Employee
ServiceNow Employee

I have created a form in which used select tag to create a dropdown field to select options and since we are having so many options will be needing a search feature in select tag to search the option and move forward.

Please confirm if anybody has included a search in select tag in ui page of ServiceNow.

 

<select multiple='true' id='test_set_list' onchange="" >
<option value='none'> -- None --</option>
<option value='a12'> -- a12 --</option>
<option value='b123'> -- b123 --</option>

0 REPLIES 0