Skip to content

Commit

Permalink
Add missing showArrow option in types
Browse files Browse the repository at this point in the history
  • Loading branch information
urakozz authored and afc163 committed Jun 28, 2018
1 parent c55fabc commit cde2a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/select/index.tsx
Expand Up @@ -15,6 +15,7 @@ export interface AbstractSelectProps {
showSearch?: boolean;
allowClear?: boolean;
disabled?: boolean;
showArrow?: boolean;
style?: React.CSSProperties;
tabIndex?: number;
placeholder?: string | React.ReactNode;
Expand Down

0 comments on commit cde2a6b

Please sign in to comment.