Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jun 15, 2022
1 parent 02574b6 commit 339dca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can disable an option by setting the `disabled:true` on option

## Controlled

Downshift controls its own state internally. If you need more controll you can define the `selectedOptions` to controlled the component state. When defining your own state the initial value needs to be an empty array. This is due to how [Downshift handles when a component is controlled or not](https://github.com/downshift-js/downshift#control-props).
Downshift controls its own state internally. If you need more controll you can define the `selectedOptions` to controlled the component state. When defining your own state the initial value needs to be an empty array. This is due to how [Downshift checks whether a component is controlled or not](https://github.com/downshift-js/downshift#control-props).
<Story id="inputs-autocomplete--controlled" />

## Compact
Expand Down

0 comments on commit 339dca3

Please sign in to comment.