Open andreccorrea opened 3 years ago
Excellent question, I believe we offer no way as of now. Do you want to open a PR that emits an event after initialization? Would that help?
Hello, if you can guide me in the process, I would like to open the PR.
Hi, I've added the event notifying after the initialization and created a pull request.
Hi, I've opened the PR, how much time does it takes to be merged? There is anything more I can do?
I need to open and set the focus on my autocomplete on page load (document.ready). I used to do something like:
Due to Autocomplete-light initializing the component on document.ready too, it throws the error:
The question is: how can I open and focus the autocomplete on document.ready, after autocomplete-light full initialization?