create a searchable select field dropdown with options in ui page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 04:23 AM
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