From 4c1457b1ab300b78915cc89ecf2b82546cfd6517 Mon Sep 17 00:00:00 2001 From: Tarvo R Date: Wed, 5 Oct 2022 14:53:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfd718..525dece 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Possible options you can pass to the filter using the option name as a function, | `placeholder` | String | Field name | The placeholder string for the input. | | `max` | Number | Infinite | The maximum number of options a user can select. | | `groupSelect` | Boolean | false | For use with option groups - allows the user to select whole groups at once | -| `singleSelect` | Boolean | false | Makes the field act as a single select which also means the saved value will not be an array. | +| `singleSelect` | Boolean | false | Makes the field act as a single select. The returned value will be an array with one element. | | `optionsLimit` | Number | 1000 | The maximum number of options displayed at once. Other options are still accessible through searching. | ## Localization