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.21k stars 815 forks source link

Survey With Bootstrap Modal #9054

Open MinWook6457 opened 1 day ago

MinWook6457 commented 1 day ago

I use survey js with bootstrap modal.

When i save survey json

The following issues occurred :

Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus : input

Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus: button

How to resolve this problem?

if you want to my code, I track my code in this issue

JaneSjs commented 7 hours ago

Hello @MinWook6457, I would appreciate it if you could share a reproducible demo for research.

Thank you