Skip to content
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

ComboBox incorrectly typed #147

Open
headstash opened this issue Jul 27, 2018 · 0 comments
Open

ComboBox incorrectly typed #147

headstash opened this issue Jul 27, 2018 · 0 comments

Comments

@headstash
Copy link

ComboBox is pointing to TextBox which does not have all the same methods as ComboBox, namely loadAndOpenDropDown.
https://github.com/dojo/typings/blob/master/dijit/1.11/modules.d.ts#L274

I changed the above line to this to get it to work, however I don't know if this is 100% correct.
type ComboBox = dijit.form.ComboBox<any, any, any, any>;

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant