mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
add tabIndex to select (#9144)
This commit is contained in:
parent
a9562e75fe
commit
76c7ce669a
@ -16,6 +16,7 @@ export interface AbstractSelectProps {
|
||||
allowClear?: boolean;
|
||||
disabled?: boolean;
|
||||
style?: React.CSSProperties;
|
||||
tabIndex?: number;
|
||||
placeholder?: string;
|
||||
defaultActiveFirstOption?: boolean;
|
||||
dropdownClassName?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user