Closed railsstudent closed 8 years ago
Hi, as mentioned in contributiob guidelines this project doesn't handle any CSS on it's own. This is the behavior of bootstrap material design project. There is an issue related to this - FezVrasta/bootstrap-material-design#887. Please vote/voice your opinion/submit a PR in it.
As far as I remember this is handled via CSS selectors (Something like "hide all error messages, only display the errors inside has-focus
parent") you can easily override it locally as well...
I observe that error message of form control is hidden when it loses focus. This behaviour does not match the requirement of the project i am currently working on.
Is it possible to retain the message when form control loses focus? This is the template code found in form-group.html
Thanks,
Connie