-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
index.d.ts function signatures are incorrect #2145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was referenced Oct 9, 2024
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This is still an issue. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Still an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did:
(or gave a link to a demo on the Selectize docs)
like below
[replace me with a short description of issue]
Steps to reproduce:
selectize.clearOptions(true)
anywhereExpected result:
This will work
Actual result:
Cause:
The signature specified in
index.d.ts
does not match the actual function signature. This seems to be true for a number of functions.The text was updated successfully, but these errors were encountered: