Conversation
Owner
Author
|
User's choice will be marked with ⚫ when present |
erwindon
marked this pull request as draft
December 27, 2020 14:24
erwindon
force-pushed
the
dropdown
branch
3 times, most recently
from
December 28, 2020 23:48
90b615f to
12df10f
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
February 13, 2021 11:57
afb9270 to
b879cf3
Compare
erwindon
force-pushed
the
dropdown
branch
6 times, most recently
from
August 22, 2021 12:40
f265dd1 to
ed09767
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
September 5, 2021 20:07
575dbcd to
8535af0
Compare
erwindon
force-pushed
the
master
branch
4 times, most recently
from
November 27, 2021 20:19
f784595 to
3a0710d
Compare
erwindon
force-pushed
the
dropdown
branch
3 times, most recently
from
December 4, 2021 14:27
4ddea20 to
fab499b
Compare
erwindon
force-pushed
the
dropdown
branch
5 times, most recently
from
December 15, 2021 23:55
2afdd0a to
511c927
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
January 2, 2022 17:41
84c9f75 to
27883bf
Compare
erwindon
force-pushed
the
dropdown
branch
7 times, most recently
from
March 28, 2022 23:14
e730e72 to
e898e44
Compare
Owner
Author
|
build completed |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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'.