I use dropdown, but it is used well on the first list screen.
Why doesn't it work when I try to use it by inserting a dropdown after taking a specific action?
I'm using your own wizard component, #kt_create_account_stepper.
Dropdown is used inside this wizard component. data-kt.. Could it be that these properties conflict?
Hello @ geometry dash lite, when you're using a dropdown within a wizard component like #kt_create_account_stepper, there are a few common issues that might prevent it from working correctly, especially if you're inserting the dropdown dynamically after a specific action
Hi,
Thank you for reaching out to us.
The components are initialized on the page first render and if you update your content asynchronously then the newly created element will not have our menu component event listeners. After you have procced actions that changed the content of your page you should call menu reinitialization function.
MenuComponent.reinitialization();