chore(react-select): autofocus → autoFocus (#2550)
This commit is contained in:
parent
db5d495105
commit
82240979c2
@ -101,7 +101,7 @@ export default class SelectPlainObject extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Select
|
<Select
|
||||||
autofocus={props.autoFocus}
|
autoFocus={props.autoFocus}
|
||||||
disabled={props.disabled}
|
disabled={props.disabled}
|
||||||
multi={props.multi}
|
multi={props.multi}
|
||||||
onChange={this._handleChange}
|
onChange={this._handleChange}
|
||||||
|
@ -248,7 +248,7 @@ export class GenericSelect extends Component {
|
|||||||
const select = (
|
const select = (
|
||||||
<Select
|
<Select
|
||||||
{...{
|
{...{
|
||||||
autofocus: autoFocus,
|
autoFocus,
|
||||||
clearable,
|
clearable,
|
||||||
disabled,
|
disabled,
|
||||||
multi,
|
multi,
|
||||||
|
Loading…
Reference in New Issue
Block a user