zag
zag copied to clipboard
Finite state machines for building accessible design systems and UI components.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Can't select half rating stars. The half gets highlighted never selected, but the full number is set to value once you leave the input. https://user-images.githubusercontent.com/30869823/183879990-82dd82a0-3b37-4a74-9591-cf535e6d1ec5.mp4
Create a `trackPressable` utility that tracks the press interactions on any element **Prior art** https://react-spectrum.adobe.com/react-aria/usePress.html https://reactnative.dev/docs/pressable
- [x] Move `trackFormReset` and `trackFieldsetDisabled` to `@zag-js/form-utils` Machines without form reset listeners - [ ] Rating - [ ] Slider - [ ] Tags Input How; In Activities ```ts...
# 🚀 Feature request > Please describe your request in one or two sentences. Despite Vue 3 now being the default version, there are still many users who have to...
# 🐛 Bug report Menu emits double click events when `closeOnSelect: false`, because of a technical issue, due to the following code snippet: ``` onPointerUp(event) { const evt = getNativeEvent(event)...
We currently assume that we know the slider thumbs at the initial render. We need a way to update the machine state when new slider thumbs are added to the...
This PR fixes the failing Playwright tests in Vue and Solid.js. They all seem to work in the browser but fail within Playwright
# 🚀 Feature request I posted this as a discussion a few months ago but thought I would instead submit it as a proper feature request. Zag looks like a...