Open filipgorczynski opened 9 years ago
There is need for consistent appearance of fields that are required This can be done like this:
or basic way:
The first looks better, is CSS based, but needs a different approach for checkboxes.
The basic one fits everywhere, is element inserted into html template, but causes possible misalignments when the star takes up space inside of the label
Best if we find a way to customize different outputs of forms structure so we can insert a class on every field wrapper - basing on that class we can add star on any element that we want and style it accordingly.
For all forms there is no asterisk that indicates field requirement.