Skip to content

Uncaught TypeError: this._bindFormResetHandler is not a function #2290

@apausepi

Description

@apausepi

Hello,

How to reproduce :

I use this code :
$("#inclbreakfastchoice").selectmenu();

And template

              <select data-original-title="Calculation will include the breakfast impact if Incl. Breakfast is selected" id="inclbreakfastchoice" class="form-control" data-toggle="tooltip" data-placement="bottom" title="">
                    <option value="0" >Excl. Breakfast</option>
                    <option value="1" selected="selected">Incl. Breakfast</option>
                </select>

Result :

Uncaught TypeError: this._bindFormResetHandler is not a function

this._bindFormResetHandler();

Someone have an idea ?

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