You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: added a updatePlaceholderByTagsCount funciton to the advance-options demo to showcase the tagify.setPlaceholder method e633f26
chore: added 2 methods to the table of available tagify methods in the README: setRangeAtStartEnd & setPlaceholder072af00
bugfix: when the input is changed to a valid value via code and there are no tags, so the current state is "empty", the empty class name should be removed d6ef32b
bugfix: adding timeout within postProcessNewTagNode method, because the tag node is yet to be injected into the DOM at this point and firing the add event callback is should not happened prior to that fc45e44
in select-mode do not care about includeSelectedTags when filtering the suggestions list 4edfe0c
if a tagTextProp is set in the settings, but for some reason a tag was added through selecting an item from the whitelist which did not have tagTextProp property, then the value should be used instead 45ddf9e
fixes #1351 - if a tag should be created when the setting autoComplete.rightKey is set to true then do not proceed with keydown logic within the suggestions dropdown 09b5f7c
CSS fix to the placeholder. text should not horizontally overflow the container and also should not be trimmed vertically (for tall glyphs) 0d621ee
fixes #1348 - when whitelist consists of primitives' the getSuggestionDataByNode method failed because it expected an a list consisting of Objects with a value property 65c75ea
fixes #1347 - React className prop should allow changing multiple classnames together 0399c04