adopted-ember-addons / adopted-ember-addons/ember-paper
form validation is not working when setting up required fields in init() instead of in .hbs
Open
- Dominant language
- JavaScript
- Stars
- 879
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
if I set required fields in init() in the controller,
like:
```
init() {
this.set("namerequired", true);
}
```
the form validation will not be working. However, when you go to the other page and then come back.
The validation works.
Contributor guide
Assessment
This issue has not been assessed yet.