Fix required message.

This commit is contained in:
jqlio18 2022-12-15 13:00:19 -05:00
commit 9f394e9339

View file

@ -39,7 +39,7 @@
/** Set to `true` for the input to be read-only */
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;
/** Set to `true` to disable the input */