Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Oct 5, 2022
1 parent 306488c commit 4c1457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1457b

Please sign in to comment.