Merge pull request #23515 from justinmwarner/juwar/reactselect-tabindex

ReactSelectProps tabIndex can be a string or number
This commit is contained in:
Daniel Rosenwasser
2018-02-13 16:25:33 -08:00
committed by GitHub

View File

@@ -463,7 +463,7 @@ export interface ReactSelectProps<TValue = OptionValues> extends React.Props<Rea
/**
* optional tab index of the control
*/
tabIndex?: string;
tabIndex?: string | number;
/**
* value component to render