uxuimercergroup / evolution

Evolution site: Global framework for digital design and development -- maintained by the Mercer Digital Center of Excellence
https://evolution.mercer.com/
0 stars 0 forks source link

Form validation bug: .form-error when used with datepicker input #130

Open mgholmes opened 8 years ago

mgholmes commented 8 years ago

Form validation: .form-error when used with datepicker input needs positioning fixed. The error text is too far from the datepicker input.

A fix for this was made in Choice Auto project:

.ui-datepicker-trigger + .form-error { position: relative; top: -9px; }

This needs to be done for evolution site and generator-evolution.