Skip to content

Commit

Permalink
Added minTypedCharacters to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
visusnet committed Feb 8, 2018
1 parent aa8a026 commit ae4440f
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 @@ -43,6 +43,7 @@ const handleBlur = (fieldName, value) => {
| id | ``false`` | ``undefined`` | Sets the HTML input ID. |
| isClearable | ``false`` | ``false`` | Renders a button that unsets the selected value if set to true. |
| isDisabled | ``false`` | ``false`` | If true, the component is disabled. |
| minTypedCharacters | ``false`` | ``undefined`` | If set, at least ``minTypedCharacters`` must be typed before the menu is rendered. |
| onBlur | ``false`` | no op | A callback that is called when focus is lost. Parameters: ``fieldName``, ``value``. |
| onChange | ``false`` | no op | A callback that is called when the value has changed. Parameters: ``fieldName``, ``value``. |
| options | ``false`` | ``[]`` | An array of label-value-pairs. |
Expand Down

0 comments on commit ae4440f

Please sign in to comment.