Ben McGinnis
Ben McGinnis
It looks like the example custom checkbox does not work on the chakra docs for the `useCheckbox` hook: https://chakra-ui.com/docs/hooks/use-checkbox as you can see in this loom video: https://www.loom.com/share/6883977835f545ab9b9209168363f86b?sid=a035d499-8fd5-4967-be24-d9e98caa321e _Originally posted...
Checkbox & chevron baseline alignment is high by ~ 2px: Additionally, the facet component should probably not restrict it's presentation (by setting a width on itself) since it could be...
### Description When using a `'select'` field type inside a form with a`{'Update'}` , changing the select doesn't change the form state the first time you do it. You have...
### Description When I open a modal, I expect keyboard events to stay within the modal just like clicks do, but keyboard events propagate. Compare: https://github.com/chakra-ui/chakra-ui/blob/78dfd7ed5925e0d3a792c7f751ce18ac0c578c2a/packages/components/src/modal/use-modal.ts#L133 with: https://github.com/chakra-ui/chakra-ui/blob/78dfd7ed5925e0d3a792c7f751ce18ac0c578c2a/packages/components/src/modal/use-modal.ts#L99 This causes...
Addresses #2576 by adding an esbuild plugin to the router-plugin package. Duplicated the basic-file-based e2e test to verify validate the behavior, and replaces the vite config with an esbuild config...