Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0b51b7

Browse files
committedFeb 18, 2025··
feat(docs): add props.class
1 parent ad11bf5 commit b0b51b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎docs/props.md

+8
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ Top and left properties are calculated using a ref on the `.vue-select` with a `
179179

180180
The `id` attribute to be passed to the `<input />` element. This is useful for accessibility or forms.
181181

182+
## class
183+
184+
**Type**: `string`
185+
186+
**Default**: `undefined`
187+
188+
A custom class to be passed to the select control.
189+
182190
## aria
183191

184192
**Type**: `{ labelledby?: string; required?: boolean; }`

0 commit comments

Comments
 (0)
Please sign in to comment.