We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did:
[replace me with a short description of issue]
selectize.clearOptions(true)
This will work
error TS2554: Expected 0 arguments, but got 1. 145 selectize.clearOptions(true); ~~~~
The signature specified in index.d.ts does not match the actual function signature. This seems to be true for a number of functions.
index.d.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: