Reputation: 1754
Max length is not working in Input of semantic-ui-react.
<Input {...input} type={type} size={inputSize} transparent={transparent} disabled={disabled}>
<input data-selector={`${dataSelector}-input`} maxlength="2" />
</Input>
Upvotes: 5
Views: 8164