Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gil9red authored and yairEO committed Aug 23, 2024
1 parent dba7a6b commit d19f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ Name | Parameters
`insertAfterTag` | `HTMLElement` <sub>(tag element)</sub>, `HTMLElement`/`String` <sub>(whatever to insert after)</sub> |
`toggleClass` | `Boolean` | Toggles `class` on the main *tagify* container (`scope`)
`dropdown.selectAll` | | Add **all** whitelist items as tags and close the suggestion dropdown
`dropdown.show` | `String` | Shows the sugegstions list dropdown. A string paramater allows filtering the results
`dropdown.show` | `String` | Shows the suggestions list dropdown. A string parameter allows filtering the results
`dropdown.hide` | `Boolean` | Hides the suggestions list dropdown (if it's not managed manually by the developer)
`dropdown.toggle` | `Boolean` | Toggles dropdown show/hide. the boolean parameter will force-show
`updateValueByDOMTags` | | Iterate tag DOM nodes and re-build the `tagify.value` array (call this if tags get sorted manually)
Expand Down

0 comments on commit d19f246

Please sign in to comment.