non-mobile input

This commit is contained in:
AsakuraMizu 2020-12-06 09:28:32 +08:00
commit 2ef178eb02

View file

@ -232,7 +232,7 @@
aria-label="{label ? undefined : ariaLabel}"
on:input
on:input="{({ target }) => {
value = target.value;
inputValue = target.value;
}}"
disabled="{disabled}"
id="{id}"