- chore: added a
updatePlaceholderByTagsCount
funciton to theadvance-options
demo to showcase thetagify.setPlaceholder
method e633f26 - chore: added 2 methods to the table of available tagify
methods
in the README:setRangeAtStartEnd
&setPlaceholder
072af00 - 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
withinpostProcessNewTagNode
method, because the tag node is yet to be injected into the DOM at this point and firing theadd
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 havetagTextProp
property, then thevalue
should be used instead 45ddf9e - fixes #1351 - if a tag should be created when the setting
autoComplete.rightKey
is set totrue
then do not proceed withkeydown
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 avalue
property 65c75ea - fixes #1347 - React
className
prop should allow changing multiple classnames together 0399c04 - Fix broken link in README d91e897