Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
spazard1 authored and yairEO committed Jan 5, 2024
1 parent 386bdd6 commit 2050197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -596,7 +596,7 @@ value | <sub>String/Array</sub> | ✔ | Initial valu
defaultValue | <sub>String/Array</sub> | | Same as `value prop
placeholder | <sub>String</sub> | ✔ | placeholder text for the component
readOnly | <sub>Boolean</sub> | ✔ | Toggles `readonly` state. With capital `O`.
tagifyRef | <sub>Object</sub> | | `useRef` hook refference for the component inner instance of vailla *Tagify* (for methods access)
tagifyRef | <sub>Object</sub> | | `useRef` hook refference for the component inner instance of vanilla *Tagify* (for methods access)
showDropdown | <sub>Boolean/String</sub> | ✔ | if `true` shows the suggestions dropdown. if assigned a String, show the dropdown pre-filtered.
loading | <sub>Boolean</sub> | ✔ | Toggles `loading` state for the whole component
whitelist | <sub>Array</sub> | ✔ | Sets the `whitelist` which is the basis for the suggestions dropdown & autocomplete
Expand Down

0 comments on commit 2050197

Please sign in to comment.