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
#610 9 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.