8000 chore(docs): add `ariaControls` to common props · bootstrap-vue/bootstrap-vue@e3df0c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3df0c3

Browse files
committed
chore(docs): add ariaControls to common props
1 parent 08de62a commit e3df0c3

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

docs/common-props.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"append": {
1212
"description": "<router-link> prop: Setting append prop always appends the relative path to the current path"
1313
},
14+
"ariaControls": {
15+
"description": "If this component controls another component or element, set this to the ID of the controlled component or element"
16+
},
1417
"ariaDescribedby": {
1518
"description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute"
1619
},

src/components/calendar/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"component": "BCalendar",
1212
"version": "2.5.0",
1313
"props": [
14-
{
15-
"prop": "ariaControls",
16-
"description": "If the calendar controls another component/element, set this prop to the ID of the element the calendar controls"
17-
},
1814
{
1915
"prop": "block",
2016
"description": "Makes the calendar full width"

src/components/form-spinbutton/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"BSpinbutton"
1414
],
1515
"props": [
16-
{
17-
"prop": "ariaControls",
18-
"description": "If this component controls another component or element, set this to the ID of the controlled component or element"
19-
},
2016
{
2117
"prop": "ariaLabel",
2218
"description": "Value to place in the `aria-label` attribute of the spinbutton"

src/components/pagination/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
"prop": "align",
1313
"description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'"
1414
},
15-
{
16-
"prop": "ariaControls",
17-
"description": "ID of the element or component that this controls. Value is placed in the 'aria-controls' attribute"
18-
},
1915
{
2016
"prop": "ariaLabel",
2117
"description": "Value to place in the 'aria-label' attribute of the pagination control"

0 commit comments

Comments
 (0)
0