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
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
14
-
|**invalid**| Set component validation state to invalid. | boolean | - ||
15
-
|**plain-text**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. | boolean | - ||
16
-
|**readonly**| Toggle the readonly state for the component. | boolean | - ||
17
-
|**size**| Size the component small or large. | string |`'sm' \| 'lg'`| - |
18
-
|**type**| Specifies the type of component. | string |`'color' \| 'file' \| 'text' \| string`| 'text' |
19
-
|**valid**| Set component validation state to valid. | boolean | - ||
11
+
| Prop name | Description | Type | Values | Default |
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
14
+
|**invalid**| Set component validation state to invalid. | boolean | - ||
15
+
|**model-value**| The default name for a value passed using v-model. | string | - | - |
16
+
|**plain-text**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. | boolean | - ||
17
+
|**readonly**| Toggle the readonly state for the component. | boolean | - ||
18
+
|**size**| Size the component small or large. | string |`'sm' \| 'lg'`| - |
19
+
|**type**| Specifies the type of component. | string |`'color' \| 'file' \| 'text' \| string`| 'text' |
20
+
|**valid**| Set component validation state to valid. | boolean | - ||
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
14
-
|**invalid**| Set component validation state to invalid. | boolean | - ||
15
-
|**plain-text**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. | boolean | - ||
16
-
|**readonly**| Toggle the readonly state for the component. | boolean | - ||
17
-
|**valid**| Set component validation state to valid. | boolean | - ||
11
+
| Prop name | Description | Type | Values | Default |
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
14
+
|**invalid**| Set component validation state to invalid. | boolean | - ||
15
+
|**model-value**| The default name for a value passed using v-model. | string | - | - |
16
+
|**plain-text**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. | boolean | - ||
17
+
|**readonly**| Toggle the readonly state for the component. | boolean | - ||
18
+
|**valid**| Set component validation state to valid. | boolean | - ||
0 commit comments