mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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({
|
this._rootContainer = this._view.modelBuilder.flexContainer().withLayout({
|
||||||
height: '100%',
|
height: '100%',
|
||||||
flexFlow: 'column'
|
flexFlow: 'column'
|
||||||
|
}).withProps({
|
||||||
|
ariaLive: 'polite',
|
||||||
}).component();
|
}).component();
|
||||||
this._rootContainer.addItem(this._assessmentComponent, { flex: '0 0 auto' });
|
this._rootContainer.addItem(this._assessmentComponent, { flex: '0 0 auto' });
|
||||||
this._rootContainer.addItem(this._formContainer.component(), { flex: '0 0 auto' });
|
this._rootContainer.addItem(this._formContainer.component(), { flex: '0 0 auto' });
|
||||||
|
|||||||
Reference in New Issue
Block a user