core
core copied to clipboard
refactor: adapt validation conditions out of DB UX Design System v3
Still a non-required input
would be colored in green. We should set :user-valid
only if we set :required
, minlength
, or any other validation criteria. Based on the form-element you need to adapt the changes within DB UX Design System v3.
Resolves https://github.com/db-ui/core/issues/933