Dropdown Options Hidden After Selection in Smart AssessmentsIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } When a user answered a question that is of Dropdown data type in Smart Assessments and now, the user want to change the selected value then, the other choices become hidden. User will only see the selected value in the list of options. Ideally it should show all the available options to while user is trying to reselect. The only way to view or select other options is to first clear the existing selection, reducing ease of use and potentially causing confusion for end users.Steps to Reproduce:1. Create a Smart Assessment in compliance workspace with a question that is of Dropdown data type.2. Open the assessment and select one of the dropdown options.3. Attempt to re-check the dropdown list.Actual Behavior: Observe that only the selected value is visible, while other values are hidden until the current selection is cleared.Expected Behavior: After selecting a value, users should still be able to view all other available options in the dropdown. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } All Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } Validated the issue in Out-of-the-Box (OOB) and same behavior is seen. Attached screenshots of the same. This is the platform typeahead component behavior as the text input also works as a search in the list. So when we select an option, then that text is filled in the text box so the list gets filtered by that search term.Clearing the field removed the search term so the list doesn't get filtered. Confirmed with DEV that it's an expected behavior.Please Note:If the expected behavior is still desired, log an idea from the Idea portal with the requirement so that the product team can review and decide on introducing the functionality.Refer to the article for more information on what, when, and how the product team reviews ideas.https://hi.service-now.com/kb_view.do?sysparm_article=KB0755878