mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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}"
|
max="{max}"
|
||||||
min="{min}"
|
min="{min}"
|
||||||
step="{step}"
|
step="{step}"
|
||||||
value="{inputValue}"
|
value="{value}"
|
||||||
readonly="{readonly}"
|
readonly="{readonly}"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue