You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
el (optional, string, Element) - this parameter is optional but if no selector or element is passed it defaults to body.
This doesn't specify that the el selector or element is the container of the DOM generated by the picker.
For instance, I have specified the selector as a class of an input field and that doesn't work, it should be a container element like a div, which is not clear in the current spec.
The text was updated successfully, but these errors were encountered:
Current README has:
el (optional, string, Element) - this parameter is optional but if no selector or element is passed it defaults to body.
This doesn't specify that the
el
selector or element is the container of the DOM generated by the picker.For instance, I have specified the selector as a class of an input field and that doesn't work, it should be a container element like a div, which is not clear in the current spec.
The text was updated successfully, but these errors were encountered: