【发布时间】:2019-10-18 08:31:42
【问题描述】:
DatePicker change 事件仅由手动输入触发。使用setDateValue() 不会触发change 事件。
changeValidation(),确实对任何选定的输入进行了所有必要的验证,但是只有在手动完成输入或使用DatePicker 时才会触发该功能。
this.byId("CalendarId").setDateValue(any Date);//Doesn't trigger the event at all
如何使用setDateValue()或其他场景触发change事件?
【问题讨论】:
标签: javascript jquery datepicker sapui5