You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ... (check one with "x")
[x] bug report
[x] feature request
Current behavior:
As per the standard in HTML you can not set a value(which is not available in option) of select control even from Javascript.
Setting any value for the Select control of FormGroup always gives valid which is unexpected.
Expected behavior: Select control of FormGroup to be invalid if select value are different from the given option.
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!
Ionic version:
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[x] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[x] feature request
Current behavior:
As per the standard in HTML you can not set a value(which is not available in option) of select control even from Javascript.
Setting any value for the Select control of FormGroup always gives valid which is unexpected.
Expected behavior:
Select control of FormGroup to be invalid if select value are different from the given option.
Steps to reproduce:
working Plunker link.
Other information:
I have already asked it on Stack overflow
The text was updated successfully, but these errors were encountered: