Hi everyone. I’ve trying to customize the FormHelper theme to suit Bulma CSS library.
Everything seems to be working except the error message is being displayed inside the email input instead of displaying it outside. As the email label name disappears from its place.
InputLabel has class=“label”, but that class isn’t rendered in the generated label tag.
I looked up the default, it’s: <div class="input {{type}}{{required}} error">{{content}}{{error}}</div>
Your version is missing {{content}}, which seems pretty critical; it’ll be the label and input field.