svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

Textarea bounces bind:value update #426

Closed notramo closed 11 months ago

notramo commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

It seems that the Textarea component doesn't update bound variable on every keystroke, only on focus blur. This is really annoying when doing validation.