Changing how the the input works. The value

is now binded to the input. Required, min, max
and value are reative to error states.
This commit is contained in:
jqlio18 2022-12-15 12:15:30 -05:00
commit 83030543bf
3 changed files with 41 additions and 38 deletions

View file

@ -33,7 +33,9 @@ Set `required` to `false` to allow for no value.
Set `value` to `null` to denote "no value."
Set `invalid` to `true` to set the input in `invalid` state.
Set `invalid` to `true` to force a `error` state for the input.
The input is reactive to `min`, `max` and `required` attributes.
<FileSource src="/framed/NumberInput/NumberInputEmpty" />