fix: 修复日期选择框默认值问题
This commit is contained in:
parent
e8aaa43122
commit
974bc86d9c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user