Error message is colored in red font and light red background using class="field-error" (Not OK, wrong class is applied).
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Error message is colored in red font and should have white background using class="field-error-message".
Expected class for error message is class="field-error-message".
Screenshots
In the code for the part from the screenshot:
How it's actually rendered on a screen (red error text with light red background - and we expect white background and different class -> class="field-error-message"):
Desktop (please complete the following information):
OS: [e.g. Windows]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Field with an error is colored in light red background using class="field-error" (OK)
Error message is colored in red font and white background using class="field-error-message" (OK)
Describe the bug
Error message is colored in red font and light red background using
class="field-error"
(Not OK, wrong class is applied).To Reproduce Steps to reproduce the behavior:
Expected behavior
Error message is colored in red font and should have white background using
class="field-error-message"
. Expected class for error message isclass="field-error-message"
.Screenshots
In the code for the part from the screenshot:
How it's actually rendered on a screen (red error text with light red background - and we expect white background and different class -> class="field-error-message"):
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Field with an error is colored in light red background using
class="field-error"
(OK) Error message is colored in red font and white background usingclass="field-error-message"
(OK)