Closed NYPD closed 6 years ago
When an error message is placed on a form input that is inside a form-horizontal from, ritsu.js does not account for the .col-x the input is placed in.
form-horizontal
Instead it places as a child element in the form-group as seen here: https://i.imgur.com/YUOv7pk.png
form-group
When an error message is placed on a form input that is inside a
form-horizontal
from, ritsu.js does not account for the .col-x the input is placed in.Instead it places as a child element in the
form-group
as seen here: https://i.imgur.com/YUOv7pk.png