Skip to content

Commit 17a5775

Browse files
flipvrijnlevithomason
authored andcommitted
feat(Input): add autoCapitalize to html input props (#1318)
feat(Input): add `autoCapitalize` to html input props
1 parent cf3e0c6 commit 17a5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Input/Input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const htmlInputPropNames = [
2222
'selected', 'defaultValue', 'defaultChecked',
2323

2424
// LIMITED HTML PROPS
25-
'autoComplete', 'autoFocus', 'checked', 'form', 'max', 'maxLength', 'min',
25+
'autoCapitalize', 'autoComplete', 'autoFocus', 'checked', 'form', 'max', 'maxLength', 'min',
2626
'name', 'pattern', 'placeholder', 'readOnly', 'required', 'step', 'type', 'value',
2727

2828
// Heads Up!

0 commit comments

Comments
 (0)