From 43f40b574c6a34ef2d0b34acc75cda5d924683db Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 2 Aug 2016 21:38:00 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 772ae06..44eed37 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ A lightweight, configurable select box/text input plugin. Similar to Select2 and duplicateItems: true, delimiter: ',', paste: true, - search: true, + search: true, + flip: true, regexFilter: null, placeholder: true, placeholderValue: null, @@ -202,6 +203,13 @@ Pass an array of objects: ### search Type: `Boolean` Default:`true` +Input types affected: `text`, `select-one`, `select-multiple`. + +Usage: Whether the dropdown list should appear above the input if there is not enough space within the browser viewport. + +### flip +Type: `Boolean` Default:`true` + Input types affected: `select-one`, `select-multiple`. Usage: Whether a user can filter options by searching (only affects select input types).