Add New SelectionBox Control with TimeRangePicker and DayOfWeekPicker Subclasses #209
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.
This PR introduces a new component called
SelectionBox
, which resembles the appearance of ComboBox or ChoiceBox but differs in the following ways:Multi-selection support: Unlike ComboBox and ChoiceBox, SelectionBox supports both single and multi-selection options, providing more flexibility for users.
Customizable buttons: The component allows for the addition of custom buttons to enable quick selections based on user-defined logic.
In addition to the SelectionBox, two new subclasses have been added:
TimeRangePicker
: A specialized selection box for choosing time ranges.DayOfWeekPicker
: A customized picker for selecting days of the week.