Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5382 Vistas

if    <t t-if="savedvalue "> is null input field will not show  but 

i want to show the input field even if  savedvalue  is null


<t t-if=" savedvalue ">

<input type="text"  name="name"  t-att-value="savedvalue.name"  />

</t>

Avatar
Descartar
Autor Mejor respuesta

In genral case where  t-att-value="savedvalue.name" />.  Value is null.  We cannot see html input field 


but i want to display html input field even if value is null

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
jun 24
1506
1
dic 23
1240
1
abr 23
1419
1
mar 23
2256
0
dic 22
1829