zag
zag copied to clipboard
[form-utils] Form reset listeners not implemented in some machines
- [x] Move
trackFormResetandtrackFieldsetDisabledto@zag-js/form-utils
Machines without form reset listeners
- [ ] Rating
- [ ] Slider
- [ ] Tags Input
How; In Activities
trackFormReset(ctx) {
return trackFormReset(dom.getInputEl(ctx), () => {
ctx.value = ctx.initialValue
})
},
// Add to activities
activities: ["trackFormReset"],