You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
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",
},
],
}
Specify your
browser: N/A
editor version: latest
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: