Skip to content

Commit

Permalink
Merge pull request #1477 from coveo/fix-ADUI-5227-autoFocus-not-autof…
Browse files Browse the repository at this point in the history
…ocus

fix(input intefaces): required props was autoFocus. not autofocus
  • Loading branch information
dmgauthier authored Mar 2, 2020
2 parents da9542e + 58ad08c commit 7f32948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vapor/src/components/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface IInputNativeTagStateProps {
disabled?: boolean;
readOnly?: boolean;
placeholder?: string;
autofocus?: boolean;
autoFocus?: boolean;
name?: string;
}

Expand Down

0 comments on commit 7f32948

Please sign in to comment.