We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea1226 commit a93c462Copy full SHA for a93c462
src/components/ReplyWithMessage/index.js
@@ -24,7 +24,7 @@ function TimeInput(props) {
24
<div className={styles.timeInput}>
25
<span className={styles.timeValue}>
26
<input
27
- maxLength={3}
+ maxLength={2}
28
value={props.timeValue}
29
onChange={props.onTimeValueChange}
30
ref={props.inputRef}
0 commit comments