Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Domains: Remove duplicated validation message in StateSelect
The problem was that in case of the text Input (when we don't have a strict list of states for the given country), we've been showing the `Input` component - which has its own `FormInputValidation`. This was conflicting with the one in `StateSelect`. I've moved the one in `StateSelect` so that it's only renendered when the `FormSelect` implementation is used. Fixes #12559
- Loading branch information