Closed Elmacioro closed 1 month ago
Currently, when user wants to change the selected value in dict editor and see possible options he firstly has to manually delete the value:
With this little change on editor open user will be presented with all the options so he does not have to delete the value first.
The selected value is now set as active on the list I also added a comment in the code about aria-selected behaviour on overriding our menuOption style.
aria-selected
menuOption
Describe your changes
Currently, when user wants to change the selected value in dict editor and see possible options he firstly has to manually delete the value:
With this little change on editor open user will be presented with all the options so he does not have to delete the value first.
Checklist before merge