TouK / nussknacker

Low-code tool for automating actions on real time data | Stream processing for the users.
https://nussknacker.io
Apache License 2.0
657 stars 93 forks source link

Show all dict values on dict parameter editor open #7000

Closed Elmacioro closed 1 month ago

Elmacioro commented 1 month ago

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:

output

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.

output

Checklist before merge

Elmacioro commented 1 month ago

The selected value is now set as active on the list Zrzut ekranu z 2024-10-08 15-37-48 I also added a comment in the code about aria-selected behaviour on overriding our menuOption style.