diff --git a/README.md b/README.md index 8287980..3d53dd3 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ And arrays of objects | disabledProp | allows to disable specific options. If an option has this prop set to a truthy value it will disable the option. | String | disabled | | | labelNotFound | text displayed when no option is found in the search results | String | No results matched || | labelSearchPlaceholder | placeholder text for search input | String | Search | | +| labelTitle | the option's prop that is displayed as default value | String | Nothing selected | | options | list of options | Array | [] | | | searchable | display search input | Boolean | false | | | showDefaultOption | sets the select title is set as an option | Boolean | false | | | textProp | the option's prop that is displayed as the option's text | String | text | | | valueProp | the option's prop that is used to find the selected value | String | value | - +