コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5498 ビュー

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>

アバター
破棄
著作者 最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
6月 24
1757
1
12月 23
1484
1
4月 23
1608
1
3月 23
2469
0
12月 22
2037