fix line count

This commit is contained in:
Ali Abid 2022-03-17 12:32:35 -05:00
parent da7a8f06ca
commit aaf4d24522

View File

@ -11,6 +11,7 @@
class="input-text w-full rounded box-border p-2 focus:outline-none appearance-none"
{value}
{placeholder}
rows={lines}
on:input={(e) => setValue(e.target.value)}
{theme}
/>