Added ariaContainerElement to IStandaloneEditorConstructionOptions#131865
Added ariaContainerElement to IStandaloneEditorConstructionOptions#131865alexdima merged 1 commit intomicrosoft:mainfrom
ariaContainerElement to IStandaloneEditorConstructionOptions#131865Conversation
|
To test, run monaco editor shadow dom test: microsoft/monaco-editor#2644 |
|
I'm trying to take advanatge of this change. My package.json has |
|
@simonh1000 this change hasn't been released yet, it's part of the September 2021 milestone, so you'll have to join me in waiting! |
|
@simonh1000 What is the problem? I'm not sure I understand from the screenshot. The property |
|
document.querySelector returns an |
|
The typing we ship is correct. We expect an |
|
For anyone coming later, one way around the typescript error is |
|
@simonh1000 |

This PR fixes issues with ARIA when using the standalone editor in shadow DOM: microsoft/monaco-editor#619