Skip to content

Commit

Permalink
Update readme file πŸ“š
Browse files Browse the repository at this point in the history
  • Loading branch information
onesine committed Nov 22, 2022
1 parent d0dc1c1 commit b9aaec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ This table shows all the options available in react-tailwindcss-select.
| [`onChange`](#onChange) | `Function` | | This callback, if present, is triggered when the select field value is modified. |
| [`options`](#options) | `Array` | `[]` | All options or options groups available in the selection field. |
| `placeholder` | `String` | `Select...` | The placeholder shown for the select field. |
| `primaryColor` | `String` | `blue` | Default theme of the field. |
| `searchInputPlaceholder` | `String` | `Search...` | The placeholder shown for the search input field. |
| [`value`](#value) | `Object` | `null` | Current value of select field. |

Expand Down

0 comments on commit b9aaec1

Please sign in to comment.