Conversation
|
User's choice will be marked with ⚫ when present |
90b615f to
12df10f
Compare
afb9270 to
b879cf3
Compare
f265dd1 to
ed09767
Compare
575dbcd to
8535af0
Compare
4ddea20 to
fab499b
Compare
2afdd0a to
511c927
Compare
84c9f75 to
27883bf
Compare
e730e72 to
e898e44
Compare
|
build completed |
|
Kudos, SonarCloud Quality Gate passed!
|
|
|
|
1 similar comment
|
|











Is your feature request related to a problem? Please describe.
The current "checkbox-button" style menu and the "radio-button" style menu's have very dirty implementations.
Both can be found in the command-box.
Describe the solution you'd like
This should be cleaned up. Best solution seems to be the introduction of a "DropDownCheckbox" and "DropDownRadio" sub-classes that handle all the specifics.
Describe alternatives you've considered
Additional context
Additionally, the difference between the user's choice and the system's choice in the "target" menu should be enhanced.
Additionally, the dropdown menu's should work on touchscreens. i.e. the menu opens on 'click' instead of only 'mouseover'.