React Tag Autocomplete v6.2.0 Release Notes

    • ➕ Added newTagText option to display a prompt in the suggestions list to create a new tag when the allowNew option is enabled (cml391)
    • 🔨 Refactored call of onAddition callback to always provide a new object instead of passing the selected tag by reference.
    • 🔨 Refactored classNames option to merge the provided prop with defaults (alexandernst)
    • 🛠 Fixed updates to the placeholder option which did not recalculate input size (LarsHassler)
    • ⚡️ Updated React peer dependency support to include 17+
    • ⚡️ Updated example page with a new demo