Skip to content

Symfony error styling #3

@alroman

Description

@alroman

Symfony forms error output is currently not styled. This error output is generated by backend validators.

Here's the markup:

<span class="error">
  <ul>
    <li>You must select a valid option.</li>
  </ul>
</span>

Generated by this template:

<span class="error">{{ form_errors(form) }}</span>

Here's sample:

screen shot 2016-02-22 at 8 40 15 am

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions