ion-datetime Ionic 3显示初始值
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ion-datetime Ionic 3显示初始值相关的知识,希望对你有一定的参考价值。
我正在为我的项目使用ion-datetime
https://ionicframework.com/docs/api/components/datetime/DateTime/
它工作正常,只有问题我必须显示初始值,这不显示?
<ion-datetime displayFormat="YYYY" name="LastServiceDate" value="2017"></ion-datetime>
我把值放在属性中它不显示初始值?
答案
在文档中的ion-datetime中没有值属性,请尝试使用ngModel。
<ion-datetime displayFormat="YYYY" name="LastServiceDate" [(ngModel)]="dateValueVar">
</ion-datetime>
以上是关于ion-datetime Ionic 3显示初始值的主要内容,如果未能解决你的问题,请参考以下文章
在 ionic ion-datetime 字段中显示未来日期