@@ -121,7 +121,7 @@ The container for all combobox parts.
121
121
},
122
122
{
123
123
title: " [data-disabled]" ,
124
- value: " Present when disabled. " ,
124
+ value: " Present when disabled" ,
125
125
},
126
126
]}
127
127
/>
@@ -152,15 +152,15 @@ A wrapper element that positions the combobox popover relative to the input and
152
152
},
153
153
{
154
154
title: " [data-anchor]" ,
155
- value: " Present when the anchor is present. " ,
155
+ value: " Present when the anchor is present" ,
156
156
},
157
157
{
158
158
title: " [data-disabled]" ,
159
- value: " Present when disabled. " ,
159
+ value: " Present when disabled" ,
160
160
},
161
161
{
162
162
title: " [data-focused]" ,
163
- value: " Present when the anchor is focused. " ,
163
+ value: " Present when the anchor is focused" ,
164
164
},
165
165
]}
166
166
/>
@@ -227,11 +227,11 @@ An individual badge representing a selected item in a multi-select combobox.
227
227
attributes = { [
228
228
{
229
229
title: " [data-disabled]" ,
230
- value: " Present when the badge is disabled. " ,
230
+ value: " Present when the badge is disabled" ,
231
231
},
232
232
{
233
233
title: " [data-highlighted]" ,
234
- value: " Present when the badge is highlighted. " ,
234
+ value: " Present when the badge is highlighted" ,
235
235
},
236
236
{
237
237
title: " [data-orientation]" ,
@@ -253,11 +253,11 @@ A button to remove a selected item from the multi-select combobox.
253
253
attributes = { [
254
254
{
255
255
title: " [data-disabled]" ,
256
- value: " Present when the parent badge is disabled. " ,
256
+ value: " Present when the parent badge is disabled" ,
257
257
},
258
258
{
259
259
title: " [data-highlighted]" ,
260
- value: " Present when the parent badge is highlighted. " ,
260
+ value: " Present when the parent badge is highlighted" ,
261
261
},
262
262
]}
263
263
/>
@@ -392,11 +392,11 @@ An interactive item in the combobox list.
392
392
attributes = { [
393
393
{
394
394
title: " [data-highlighted]" ,
395
- value: " Present when the item is highlighted. " ,
395
+ value: " Present when the item is highlighted" ,
396
396
},
397
397
{
398
398
title: " [data-disabled]" ,
399
- value: " Present when the item is disabled. " ,
399
+ value: " Present when the item is disabled" ,
400
400
},
401
401
{
402
402
title: " [data-state]" ,
0 commit comments