Skip to content

Commit fa163df

Browse files
author
Maja Wichrowska
committed
Removes maxLength from DateInput component
1 parent 08906d6 commit fa163df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DateInput.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export default class DateInput extends React.Component {
122122
onFocus={onFocus}
123123
placeholder={placeholder}
124124
autoComplete="off"
125-
maxLength={10}
126125
disabled={disabled}
127126
readOnly={this.isTouchDevice}
128127
required={required}

0 commit comments

Comments
 (0)