From bb76a572c010c27cb45bfc1f89567372c272ec87 Mon Sep 17 00:00:00 2001 From: Mysliwietz Florian Date: Sat, 15 Jan 2022 21:59:42 +0100 Subject: [PATCH] minor update docs/readme - use `select-one` consistently (instead of `select-single` with two occurrences) - add missing comma (,) in setup example with default options --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c65f8c1..321e39d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Or include Choices directly: removeItems: true, removeItemButton: false, editItems: false, - allowHTML: true + allowHTML: true, duplicateItemsAllowed: true, delimiter: ',', paste: true, @@ -206,7 +206,7 @@ Choices works with the following input types, referenced in the documentation as | HTML Element | Documentation "Input Type" | | -------------------------------------------------------------------------------------------------------| -------------------------- | | [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) | `text` | -| [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) | `select-one` | | [`