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.
1 parent b47a94d commit 55be7dfCopy full SHA for 55be7df
src/components/form-select/package.json
@@ -68,6 +68,30 @@
68
]
69
}
70
71
+ },
72
+ {
73
+ "component": "BFormSelectOption",
74
+ "aliases": [
75
+ "BSelectOption"
76
+ ],
77
+ "props": [
78
79
+ "prop": "value",
80
+ "description": "The value of the option"
81
+ }
82
+ ]
83
84
85
+ "component": "BFormSelectOptionGroup",
86
87
+ "BSelectOptionGroup"
88
89
+ "slots": [
90
91
+ "name": "first",
92
+ "description": "Slot to place options or option groups above options provided via the 'options' prop"
93
94
95
96
97
0 commit comments