Skip to Content
Menu
This question has been flagged
1 Reply
4789 Views

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
Discard
Author Best Answer

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
Discard
Related Posts Replies Views Activity
2
Jun 24
489
1
Dec 23
574
1
Apr 23
668
1
Mar 23
1250
0
Dec 22
1137