You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/props.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,14 @@ The `id` attribute to be passed to the `<input />` element. This is useful for a
187
187
188
188
A custom class to be passed to the select control.
189
189
190
+
## uid
191
+
192
+
**Type**: `string | number`
193
+
194
+
**Default**: `number`
195
+
196
+
A unique identifier to be passed to the select control. Will be used on multiple `id` attributes for accessibility purposes such as `aria-owns`, `aria-controls`, etc.
0 commit comments