mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
pass value to input instead of inputValue
This commit is contained in:
parent
2ef178eb02
commit
fd910b8e1a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
max="{max}"
|
||||
min="{min}"
|
||||
step="{step}"
|
||||
value="{inputValue}"
|
||||
value="{value}"
|
||||
readonly="{readonly}"
|
||||
/>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue