Trường email:
<label for="job_client_email">Email: </label>
<input type="email" name="job[client_email]" id="job_client_email">
trông như thế này:
Nhưng, nếu xác thực email không thành công, nó sẽ trở thành:
<div class="field_with_errors">
<label for="job_client_email">Email: </label>
</div>
<div class="field_with_errors">
<input type="email" value="wrong email" name="job[client_email]" id="job_client_email">
</div>
trông như thế này:
Làm thế nào tôi có thể tránh sự thay đổi ngoại hình này?