Closed asllanberishadev closed 8 months ago
Hi @asllanberishadev, check out our Quick Start page and TW Elements Formats section where you'll find everything about initTE
method. This method has an allowReinits
option, which should fix this issue.
Thanks, fixed!
Hi there,
I'm using Datepicker into a modal, which is a component. When opening the modal first time, it works just fine, but anytime after that datepicker crashes. So, clicking the input won't trigger the popup datepicker. I expect the datepicker popup to work each time modal is opened.
Code: Initialization in component: ngAfterViewChecked(): void { initTE({ Datepicker, Input }); }
In HMTL template I've just copy/pasted the first Basic example from the Datepicker docs.