mirror of https://github.com/layui/layui
laydate calendarLinkage属性改名为rangeLinked,改进auto模式的初始化判定,如果空值初始化面板为联动的并且不会有一个默认的区间,去掉相互独立面板的选中范围标识,保持跟之前相互独立面板的效果一致,让两者的特性更加明显容易辨别不会搞混
parent
370f56c24c
commit
eff6fffdd0
|
@ -27,7 +27,6 @@
|
|||
v: '5.4.0' // layDate 版本号
|
||||
,config: {
|
||||
weekStart: 0, // 默认周日一周的开始
|
||||
// rangeLinked: true // 日历面板默认为联动的方式
|
||||
} // 全局配置项
|
||||
,index: (window.laydate && window.laydate.v) ? 100000 : 0
|
||||
,path: GLOBAL.laydate_dir || ready.getPath
|
||||
|
|
Loading…
Reference in New Issue