You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically combining the filter behavior of QuerySelector and the item selection of Checkbox. An example for such an input type could be the selection of a license for a project for example. Typically in Rust, you'd select MIT and Apache-2.0.
The selection could be done using `Space, the final confirmation using enter.
The text was updated successfully, but these errors were encountered:
mainrs
changed the title
Allow multiple items selection for Checkbox.
Allow filter operation for Checkbox.
Dec 19, 2024
Basically combining the filter behavior of
QuerySelector
and the item selection ofCheckbox
. An example for such an input type could be the selection of a license for a project for example. Typically in Rust, you'd select MIT and Apache-2.0.The selection could be done using `Space, the final confirmation using enter.
The text was updated successfully, but these errors were encountered: