yarn @yaireo/tagify 4.0.0

latest releases: 4.26.6, 4.26.5, 4.26.4...
3 years ago
  • #489 - improved controlled-component ability by better comparing between current value and new value c74bcf4
  • changed how the original input is un-hidden 75b52c2
  • fixes #783 - Browser shows console error when submitting a form with a "required" tagified input element which is empty 6213182

BREAKING CHANGE - Update regarding onChange prop in React:

I have changed how the onChange works internally within the Wrapper of Tagify
so as of March 30, 2021 the e argument will include a detail parameter with the value as string.
There is no more e.target, and to access the original DOM input element, do this: e.detail.tagify.DOM.originalInput.

v3.25.0...v4.0.0

Don't miss a new tagify release

NewReleases is sending notifications on new releases.