surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.22k stars 816 forks source link

[Mobile] Dropdown: A huge X button appears in the menu when `menuType` is set to `"dropdown"` within the `onOpenDropdownMenu` event handler #9038

Closed JaneSjs closed 1 week ago

JaneSjs commented 2 weeks ago

T20633 - Click on dropdown arrow not working https://surveyjs.answerdesk.io/internal/ticket/details/T20633


View Plunker

 survey.onOpenDropdownMenu.add((_, options) => {
      if (options.deviceType === "mobile") {
        options.menuType = "dropdown";
      }
});

To reproduce the issue, run this demo preview on a mobile phone: image