Skip to content

Commit

Permalink
improved README dropdown.includeSelectedTags setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Nov 23, 2024
1 parent a321d15 commit b39985c
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 @@ -1150,7 +1150,7 @@ dropdown.*classname* | <sub>String</sub> | `""`
dropdown.*fuzzySearch* | <sub>Boolean</sub> | true | Enables filtering dropdown items values' by string *containing* and not only *beginning*
dropdown.*sortby* | <sub>String/Function</sub> | | If set as `startsWith` string, the suggestions list will be sorted with matched items which starts with the query shown first, and *exact* matches shown before all.<br><br> If this setting is defined as a `function`, it receives two arguments: the array of filtered items and the query and it must return an Array.<br><br>(*default sorting order is same as the whitelist's*)
dropdown.*accentedSearch* | <sub>Boolean</sub> | true | Enable searching for <em>accented</em> items in the whitelist without typing exact match (#491)
dropdown.*includeSelectedTags* | <sub>Boolean</sub> | false | Should the suggestions list Include already-selected tags (after filtering)
dropdown.*includeSelectedTags* | <sub>Boolean</sub> | false | Should the suggestions list Include already-selected tags (after filtering), which will be marked with a checkmark `✓`
dropdown.*escapeHTML* | <sub>Boolean</sub> | true | Escapes HTML entities in the suggestions' rendered text
dropdown.*position* | <sub>String</sub> | `"all"` | <ul><li>`manual` - will not render the dropdown, and you would need to do it yourself. [See demo](https://yaireo.github.io/tagify/#section-manual-suggestions)</li><li>`text` - places the dropdown next to the caret</li><li>`input` - places the dropdown next to the input (useful in rare situations)</li><li>`all` - normal, full-width design</li></ul>
dropdown.*RTL* | <sub>Boolean</sub> | false | Dictates the dropdown's horizontal starting position. By default it would be aligned with the left side of the *Tagify* component.
Expand Down

0 comments on commit b39985c

Please sign in to comment.