Skip to content

@zag-js/tags-input@1.42.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:22
· 3 commits to main since this release
df65e4c

Patch Changes

  • #3194
    81eb2e0 Thanks
    @segunadebayo! - Fix native form submit so FormData reflects the current tags
    (#3193).

    The hidden input kept its initial value after tags were added, removed, or cleared. With defaultValue={["a"]},
    adding "b" and submitting sent "a" instead of "a, b".

  • Updated dependencies []:

    • @zag-js/anatomy@1.42.0
    • @zag-js/core@1.42.0
    • @zag-js/types@1.42.0
    • @zag-js/auto-resize@1.42.0
    • @zag-js/utils@1.42.0
    • @zag-js/dom-query@1.42.0
    • @zag-js/interact-outside@1.42.0
    • @zag-js/live-region@1.42.0