Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #215

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The component takes 3 compulsory props - `items`, `uniqueKey` and `onSelectedIte
| hideDropdown | No | (Boolean) Defaults false. Hide dropdown menu with a cancel, and use arrow-back |
| hideSubmitButton | No | (Boolean) Defaults to false. Hide submit button from dropdown, and rather use arrow-button in search field |
| hideTags | No | (Boolean) Defaults to false. Hide tokenized selected items, in case selected items are to be shown somewhere else in view (check below for more info) |
| iconSearch | No | (Element, Object, boolean, Function) Element or functional component to change the Search Icon |
| searchIcon | No | (Element, Object, boolean, Function) Element or functional component to change the Search Icon |
| itemFontFamily | No | (String) Font family for each non-selected item in multi-select drop-down |
| itemFontSize | No | (Number) Font size used for each item in the multi-select drop-down |
| itemTextColor | No | (String) Text color for each non-selected item in multi-select drop-down |
Expand Down