0
Hello!
What happens to me is this:
I am using Bootstrap Validator to validate the fields in my form. However, when I rotate the page, the fields are getting as follows. Note that the "Code" field is disabled. Only "Social Reason" has been validated. I would like only this field to appear in red.
The problem is that I have to keep both fields in the same form-group to stay on the same line. Separating the fields into different form-groups, the color changes correctly, but the fields are misaligned. Below my HTML.
Is there any way to apply color only to the fields I wish?
Hello William! Cool, thanks for the answer! But in this same form I have other fields that are positioned on the same line that are not disabled, and the same problem occurs. In this case, I would wish the color to be applied according to each field I validate, but when I validate only one of the same line, the others apply the color already before I even click. Is there any property that can solve this?
– Victor Alencar Santos