mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Adding ariaLive to assessment in progress (#20237)
This commit is contained in:
@@ -214,6 +214,8 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
this._rootContainer = this._view.modelBuilder.flexContainer().withLayout({
|
||||
height: '100%',
|
||||
flexFlow: 'column'
|
||||
}).withProps({
|
||||
ariaLive: 'polite',
|
||||
}).component();
|
||||
this._rootContainer.addItem(this._assessmentComponent, { flex: '0 0 auto' });
|
||||
this._rootContainer.addItem(this._formContainer.component(), { flex: '0 0 auto' });
|
||||
|
||||
Reference in New Issue
Block a user