Skip to content

Commit f5f0006

Browse files
AkiracryairEO
authored andcommitted
Update README.md
1 parent 9ba7fe4 commit f5f0006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ backspace | <sub>*</sub> | true
11431143
originalInputValueFormat | <sub>Function</sub> | | If you wish your original input/textarea `value` property format to other than the default (which I recommend keeping) you may use this and make sure it returns a *string*.
11441144
mixMode.*insertAfterTag* | <sub>Node/String</sub> | `\u00A0` | `node` or `string` to add after a tag added |
11451145
a11y.*focusableTags* | <sub>Boolean</sub> | false | allows tags to get focus, and also to be deleted via <kbd>Backspace</kbd>
1146-
a11y.*inputAriaLabel* | <sub>String</sub> | `"Tags input field"` | Provides an accessible name for Tagify’s internal `contenteditable` input. When set, the value is applied as `aria-label`. Useful for WCAG compliance when the component replaces a native text input.
1146+
a11y.*inputAriaLabel* | <sub>String</sub> | `Tags input field` | Provides an accessible name for Tagify’s internal `contenteditable` input. When set, the value is applied as `aria-label`. Useful for WCAG compliance when the component replaces a native text input.
11471147
dropdown.*enabled* | <sub>Number</sub> | 2 | Minimum characters input for showing a suggestions list. `false` will not render a suggestions list.
11481148
dropdown.*caseSensitive* | <sub>Boolean</sub> | false | if `true`, match **exact** item when a suggestion is selected (from the dropdown) and also more strict matching for dulpicate items. **Ensure** `fuzzySearch` is `false` for this to work.
11491149
dropdown.*maxItems* | <sub>Number</sub> | 10 | Maximum items to show in the suggestions list

0 commit comments

Comments
 (0)