adopted-ember-addons / adopted-ember-addons/ember-paper
form validation is not working when setting up required fields in init() instead of in .hbs
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 879
- Forks
- 327
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.