add tabIndex to select (#9144)

This commit is contained in:
Yury Kozyrev 2018-01-27 07:27:27 +01:00 committed by 偏右
parent a9562e75fe
commit 76c7ce669a

View File

@ -16,6 +16,7 @@ export interface AbstractSelectProps {
allowClear?: boolean;
disabled?: boolean;
style?: React.CSSProperties;
tabIndex?: number;
placeholder?: string;
defaultActiveFirstOption?: boolean;
dropdownClassName?: string;