-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow multiple selected options in select elements
Allow multiple selected options in order to support select elements that have the 'multiple' attribute. The 'selected' argument can now be a collection of values or a predicate function, as well as a single value.
- Loading branch information
Xuan Wu
committed
Feb 9, 2024
1 parent
92f18b7
commit 3a46216
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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