Litepicker
Litepicker copied to clipboard
Can we access the litePicker instance after initialization
I would like to be able to access the litePicker instance after it has been initialized. Perhaps it could be like..
document.querySelector('#my-picker').litepicker
I saw that it's recommended to use a variable at the time of initialization but I have a case where there are a variable number of pickers on the page.
Does this exist?
That would be great indeed.