dojo / dojo/typings

ComboBox incorrectly typed

Open
#147 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
29
Forks
35
PR merge metrics
No merged PRs in 30d

Description

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;`

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.