Merge pull request #1051 from Sysix/update-readme

Documentation: Add option "uniqueItemText" and "customAddItemText" to README
This commit is contained in:
Matt Triff 2022-11-28 17:15:03 -05:00 committed by GitHub
commit 2730d7aad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -151,6 +151,8 @@ Or include Choices directly:
noResultsText: 'No results found',
noChoicesText: 'No choices to choose from',
itemSelectText: 'Press to select',
uniqueItemText: 'Only unique values can be added',
customAddItemText: 'Only values matching specific conditions can be added',
addItemText: (value) => {
return `Press Enter to add <b>"${value}"</b>`;
},
@ -342,7 +344,7 @@ Pass an array of objects:
**Usage:** Whether HTML should be rendered in all Choices elements. If `false`, all elements (placeholder, items, etc.) will be treated as plain text. If `true`, this can be used to perform XSS scripting attacks if you load choices from a remote source.
**Deprecation Warning:** This will default to `false` in a future release.
**Deprecation Warning:** This will default to `false` in a future release.
### duplicateItemsAllowed