Skip to content

Commit

Permalink
fix(auto-complete): add missing autoFocus prop in type
Browse files Browse the repository at this point in the history
  • Loading branch information
17073025 authored and afc163 committed Aug 2, 2018
1 parent a3a0fb0 commit c31371e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/auto-complete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface AutoCompleteProps extends AbstractSelectProps {
value?: SelectValue;
defaultValue?: SelectValue;
dataSource?: DataSourceItemType[];
autoFocus?: boolean;
backfill?: boolean;
optionLabelProp?: string;
onChange?: (value: SelectValue) => void;
Expand Down

0 comments on commit c31371e

Please sign in to comment.