Skip to content

Commit

Permalink
feat(Input): add autoCapitalize to html input props (#1318)
Browse files Browse the repository at this point in the history
feat(Input): add `autoCapitalize` to html input props
  • Loading branch information
flipvrijn authored and levithomason committed Feb 13, 2017
1 parent cf3e0c6 commit 17a5775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Input/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const htmlInputPropNames = [
'selected', 'defaultValue', 'defaultChecked',

// LIMITED HTML PROPS
'autoComplete', 'autoFocus', 'checked', 'form', 'max', 'maxLength', 'min',
'autoCapitalize', 'autoComplete', 'autoFocus', 'checked', 'form', 'max', 'maxLength', 'min',
'name', 'pattern', 'placeholder', 'readOnly', 'required', 'step', 'type', 'value',

// Heads Up!
Expand Down

0 comments on commit 17a5775

Please sign in to comment.