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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I have a form with 2 fields (one input and one textarea, input is required, and textarea is not). On 1.7.6 when I display page with that form the textarea is marked as required (if I focus on it and then click outside the error message is displayed). After entering any text the error is gone, and textarea is no longer required (I can clear any text and no error is shown). With 1.7.5 and below this works as expected.
Here is the form object when page is rendered on 1.7.5:
The description field is marked as required with 1.7.6 and not required with 1.7.5.
Expected / new behavior:
The code works the same on 1.7.5 and 1.7.6.
Minimal reproduction of the problem with instructions:
If really needed I can provide some example, but maybe you guys can find the cause without it.
AngularJS version: 1.7.6, snapshot too
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView | Opera XX ]
Firefox 65
Anything else:
The text was updated successfully, but these errors were encountered:
Yup, this is a dynamic form which is generated by ng-repeat.
I was looking at open issues and didn't find anything related.
So probably this is duplicate and can be closed.
I'm submitting a ...
Current behavior:
I have a form with 2 fields (one input and one textarea, input is required, and textarea is not). On 1.7.6 when I display page with that form the textarea is marked as required (if I focus on it and then click outside the error message is displayed). After entering any text the error is gone, and textarea is no longer required (I can clear any text and no error is shown). With 1.7.5 and below this works as expected.
Here is the form object when page is rendered on 1.7.5:
Below the same page but with 1.7.6:
The description field is marked as required with 1.7.6 and not required with 1.7.5.
Expected / new behavior:
The code works the same on 1.7.5 and 1.7.6.
Minimal reproduction of the problem with instructions:
If really needed I can provide some example, but maybe you guys can find the cause without it.
AngularJS version: 1.7.6, snapshot too
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView | Opera XX ]
Firefox 65
Anything else:
The text was updated successfully, but these errors were encountered: