adopted-ember-addons / adopted-ember-addons/ember-paper
paper-autocomplete: differentiate required and require-match error message
Open
- Dominant language
- JavaScript
- Stars
- 879
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
When you type a value that does not exists and leave the input, we have an "This is required." error message.
We should instead have a different message saying that the user should choose a valid value.
If the autocomplete was not required the input is not even in error although nothing was sent through `onSelectionChange`.
Contributor guide
Assessment
This issue has not been assessed yet.