Bernardo Sunderhus
Bernardo Sunderhus
## Current Behavior Currently each trigger implementation has its own internal implementation of `keydown` handling that ensure `` behavior on trigger. ## New Behavior Triggers will use `useARIAButtonProps` to ensure...
## Current Behavior At the moment main usages for `ARIAButton` are: 1. `Button` component itself 2. `AccordionHeader` button slot 3. Triggers (`PopoverTrigger`, `MenuTrigger`, `DialogTrigger`) When those usages are combined (which...
Scaffolds new package `react-trigger` to split trigger logics from `react-utilities`
## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Playwright provides a [component testing library](https://playwright.dev/docs/test-components) (although still experimental), would be nice to have a playwright...
## Previous Behavior ## New Behavior 1. removes `freeform` prop 2. removes freeform related story ## Related Issue(s) - Fixes #
## Previous Behavior ## New Behavior follow up on bug bash: 1. adds `Field` as a wrapper to every example 2. updates disabled example 3. fix spelling mistakes 4. makes...
## Previous Behavior ## New Behavior 1. adds TagPicker custom style hooks 2. removes TODO comments 3. fix style problems 4. adds `aria-expanded` back to `expandIcon` 5. adds `aria-owns` to...
## Previous Behavior ## New Behavior 1. ensures clicks on the surface of the `TagPicker` will toggle the open state ## Related Issue(s) - Fixes #
## Current behavior Currently there's no indication that a tag will be removed once the `Backspace` keyboard is press on the combobox element. ## Expected behavior There should be some...