We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
role="alert"
1 parent 67624f0 commit dc67dd3Copy full SHA for dc67dd3
src/components/form-group/form-group.js
@@ -305,7 +305,6 @@ export const BFormGroup = {
305
props: {
306
ariaLive: feedbackAriaLive,
307
id: invalidFeedbackId,
308
- role: feedbackAriaLive ? 'alert' : null,
309
// If state is explicitly `false`, always show the feedback
310
state,
311
tooltip
@@ -326,7 +325,6 @@ export const BFormGroup = {
326
325
327
328
id: validFeedbackId,
329
330
// If state is explicitly `true`, always show the feedback
331
332
0 commit comments