Good day! There is such a field
<input type="text" name="fio" id="order_input" pattern="^[A-Za-zА-Яа-яЁё\s]+$" required=""/> If it is empty then everything is fine, it gives an error to fill in the field, but if you just drive in a couple of spaces, then validation does not work, although the field is still empty. What to do?