Hi,
is it possible to have a datepicker or at least an inputfield as item?
Best regards, Stefan
Hello,
menu doesn’t provide any special API to do that. But you can try to place html elements into the menu. For example:
menu.addNewSibling(null, “someId”, “<input type=‘text’ …>”);