mirror of
https://gitee.com/layui/layui.git
synced 2025-10-15 18:55:04 +08:00
fix: 修复日期选择框默认值问题
This commit is contained in:
@@ -526,7 +526,8 @@ describe('laydate', function () {
|
||||
laydate.render({
|
||||
elem: '#test-div',
|
||||
min: '2017-7-7',
|
||||
max: '2017-7-8'
|
||||
max: '2017-7-8',
|
||||
value: '2017-7-8'
|
||||
});
|
||||
|
||||
$('#test-div').click();
|
||||
|
Reference in New Issue
Block a user