@@ -116,7 +116,7 @@ The container for all combobox parts.
116116/>
117117
118118<DataAttributesTable
119- attributes = { [
119+ data = { [
120120 {
121121 title: " [data-state]" ,
122122 value: [" open" , " closed" ],
@@ -147,7 +147,7 @@ A wrapper element that positions the combobox popover relative to the input and
147147/>
148148
149149<DataAttributesTable
150- attributes = { [
150+ data = { [
151151 {
152152 title: " [data-state]" ,
153153 value: [" open" , " closed" ],
@@ -177,7 +177,7 @@ A button that toggles the combobox popover. Handles focus management and keyboar
177177/>
178178
179179<DataAttributesTable
180- attributes = { [
180+ data = { [
181181 {
182182 title: " [data-state]" ,
183183 value: [" open" , " closed" ],
@@ -208,7 +208,7 @@ A container for displaying selected items as badges in a multi-select combobox.
208208/>
209209
210210<DataAttributesTable
211- attributes = { [
211+ data = { [
212212 {
213213 title: " [data-orientation]" ,
214214 value: [" horizontal" , " vertical" ],
@@ -226,7 +226,7 @@ An individual badge representing a selected item in a multi-select combobox.
226226/>
227227
228228<DataAttributesTable
229- attributes = { [
229+ data = { [
230230 {
231231 title: " [data-disabled]" ,
232232 value: " Present when the badge is disabled" ,
@@ -252,7 +252,7 @@ A button to remove a selected item from the multi-select combobox.
252252/>
253253
254254<DataAttributesTable
255- attributes = { [
255+ data = { [
256256 {
257257 title: " [data-disabled]" ,
258258 value: " Present when the parent badge is disabled" ,
@@ -275,7 +275,7 @@ A button that clears the input value and resets the filter.
275275/>
276276
277277<DataAttributesTable
278- attributes = { [
278+ data = { [
279279 {
280280 title: " [data-disabled]" ,
281281 value: " Present when disabled" ,
@@ -304,7 +304,7 @@ The popover container for combobox items. Positions the combobox popover relativ
304304/>
305305
306306<DataAttributesTable
307- attributes = { [
307+ data = { [
308308 {
309309 title: " [data-state]" ,
310310 value: [" open" , " closed" ],
@@ -400,7 +400,7 @@ An interactive item in the combobox list.
400400/>
401401
402402<DataAttributesTable
403- attributes = { [
403+ data = { [
404404 {
405405 title: " [data-highlighted]" ,
406406 value: " Present when the item is highlighted" ,
0 commit comments