Skip to content

Commit

Permalink
fix(readme): updated react props list
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondSalim authored and yairEO committed Jun 13, 2023
1 parent 1edeb57 commit 3484834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -597,7 +597,7 @@ defaultValue | <sub>String/Array</sub> | | Same as `value
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)
showFilteredDropdown | <sub>Boolean/String</sub> | ✔ | if `true` shows the suggestions dropdown. if assigned a String, show the dropdown pre-filtered.
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
className | <sub>String</sub> | | Component's optional class name to be added
Expand Down

0 comments on commit 3484834

Please sign in to comment.