The following input field is not working properly.
<input id="textinput" oninvalid="setCustomValidity('Die Eingabe ist zu kurz')" pattern=".{5}" maxlength="255" required="" name="input[1164]" type="text" class="form-control input-md " value="">
What is working?
Typing in the right amount of characters and submitting.
What is not working?
e.g. typing in the wrong amount, hitting submit. After the expected error message is shown, I´m not able to reach the right amount of characters or to fill the input correct (in case it is not depending on the amount of characters).
What browsers have I used to verfiy this bug?
Chrome and Firefox, each in the last stable version.
Want to see it live?