Skip to content

Commit

Permalink
Fix docs on reactivity of onChange prop (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed May 12, 2019
1 parent a53ab7a commit 6e99652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following props can be passed to the `FontPicker` component:
- **`limit`**: Maximum number of fonts to display in the list (the least popular fonts will be omitted). Default: `50`
- **`sort`**: Sorting attribute for the font list. Possible values: `"alphabet", "popularity"`. Default: `"alphabet"`

_Currently, only the `activeFontFamily`, `onChange` and `sort` props are reactive._
_Currently, only the `activeFontFamily` and `sort` props are reactive._

## Development

Expand Down

0 comments on commit 6e99652

Please sign in to comment.