mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Add step
attribute to errorState
checks
This commit is contained in:
parent
62e5b6ed86
commit
986d81c577
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
$$props["aria-label"] ||
|
$$props["aria-label"] ||
|
||||||
"Numeric input field with increment and decrement buttons";
|
"Numeric input field with increment and decrement buttons";
|
||||||
$: if (ref) ref.setCustomValidity(invalid ? invalidText : "");
|
$: if (ref) ref.setCustomValidity(invalid ? invalidText : "");
|
||||||
$: value, invalid, required, min, max, setErrorState();
|
$: value, invalid, required, step, min, max, setErrorState();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue