mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Fix required message.
This commit is contained in:
parent
83030543bf
commit
9f394e9339
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
/** Set to `true` for the input to be read-only */
|
/** Set to `true` for the input to be read-only */
|
||||||
export let readonly = false;
|
export let readonly = false;
|
||||||
|
|
||||||
/** Set to `true` for the input to be required */
|
/** Set to `false` for the input to not be required */
|
||||||
export let required = true;
|
export let required = true;
|
||||||
|
|
||||||
/** Set to `true` to disable the input */
|
/** Set to `true` to disable the input */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue