-
Updated
Jun 15, 2022 - TypeScript
accessible
Here are 145 public repositories matching this topic...
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 14, 2022 - C#
-
Updated
Jun 12, 2022 - TypeScript
When we have rowMarkers enabled for checkboxes, I noticed that the top left corner is clickable which performs the "select all" / "deselect all" functionality for all rows. Is it possible to make this into a checkbox, so it is a little more intuitive for users to know that the functionality is there? Thanks!

I notice when using
useSelect, if I have a number of entries in the Select dropdown like "San Francisco", "San Diego", and "San Antonio", If I type "San F", it doesn't select the appropriate entry because the space key causes the dropdown to close. So - is there a way to prevent this