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` | | [`