我正在使用 Angular2 和 Semantic-UI 的分叉版本(包括日历模块)。我正在使用calendar
和dropdown
功能:
constructor() {
setTimeout(() => {
jQuery('.ui.dropdown').dropdown();
jQuery('.ui.calendar').calendar({ type: 'date' });
}, 1000);)
}
这是我的 Plunker。
如您所见,我无法从日历选择中获取输入。
我不明白可能是什么故障。你能弄清楚可能是什么问题吗?