Skip to content

ComboBox incorrectly typed #147

@headstash

Description

@headstash

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions