- Issue created by @murphyw
- Issue was unassigned.
- Status changed to Postponed: needs info
about 2 months ago 4:35pm 2 June 2025 - 🇨🇳China murphyw
When I submit and save without selecting the required items, an error message will appear in the required field. When I re-enter the field, the error message disappears, but the error message icon is still there.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Since patches are no longer tested, the issue needs to provide a merge request. The description of the issue needs to go in the issue summary, which must be updated.
I am not sure that removing the rules for the .form-item--error-message::before selector is the right way to fix the issue: Inline errors need to be styled; if a selector is still used in absence of errors, that could be a problem with the code that adds that selector.
- 🇨🇳China murphyw
The correct approach should be to add class error to the previous level and rewrite the CSS. I'm sorry that I'm in a hurry and don't have much extra time to fix it.