Browse Source

fix: 修复日期选择框默认值问题

pull/118/head
xuexb 7 years ago
parent
commit
974bc86d9c
  1. 3
      test/lay/modules/laydate.js

3
test/lay/modules/laydate.js

@ -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…
Cancel
Save