[SOLVED] Calendar create not working in table td

throws no error. but popup calendar not working

app.calendar.create({
inputEl: ‘#due_date1’,
});

Сколько элементов #due_date1 у вас в DOM в момент создания?

sorry i made mistake. i define the id in another page. any way thanks man.