Skip to content

Commit

Permalink
fix: select prop typo (uber#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3y authored and chasestarr committed Mar 15, 2019
1 parent a38cfbe commit d1f55cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export type PropsT = {
placeholder?: React.Node,
/** Defines if the select field is required to have a selection. */
required: boolean,
/** Defines if the search functionality id enabled. */
/** Defines if the search functionality is enabled. */
searchable: boolean,
size: SizeT,
/** Defines type of the component to be in select or search mode.
Expand Down

0 comments on commit d1f55cc

Please sign in to comment.