Skip to content

Commit

Permalink
feat(Input): add autoCorrect to Input props (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Apr 13, 2017
1 parent 68b08a6 commit d68e30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/htmlInputPropsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const htmlInputAttrs = [
'selected', 'defaultValue', 'defaultChecked',

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

// Heads Up!
// Do not pass disabled, it duplicates the SUI CSS opacity rule.
Expand Down

0 comments on commit d68e30a

Please sign in to comment.