Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
{
elements: [
{
type: "image",
name: "question1",
description: "Clicking the icon in the top right works correctly",
imageLink:
"https://surveyjs.io/Content/Images/examples/image-picker/lion.jpg",
},
{
type: "image",
name: "question1",
},
],
}
Are you requesting a feature, reporting a bug or ask a question?
Bug
What is the current behavior?
The
onOpenFileChooser
event is not properly triggered when configuring an image question, if no image is configured yet.What is the expected behavior?
The event should for all ways the creator opens a file picker.
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://codesandbox.io/p/sandbox/focused-sea-3p8cff
Test code
Specify your