input标签 点击效果优化用户体验,添加以下代码 屏蔽历史数据 :
autocomplete="off"
js方法中设置默认选中值,并不在弹框中显示 (这里today为预设 var today = new Date().format(“yyyy-MM-dd”);):
添加日期默认值:
, value: today + ' 至 ' + today
不显示默认值:
,isInitValue: false //不允许填充初始值
input标签 点击效果优化用户体验,添加以下代码 屏蔽历史数据 :
autocomplete="off"
js方法中设置默认选中值,并不在弹框中显示 (这里today为预设 var today = new Date().format(“yyyy-MM-dd”);):
添加日期默认值:
, value: today + ' 至 ' + today
不显示默认值:
,isInitValue: false //不允许填充初始值