svelte-ux
svelte-ux copied to clipboard
Move `type` handling from `TextField` into `Input`
It makes sense for Input
to do more things that are currently handled in TextField
-
type
handling - Multiline support (rendering
<textarea>
instead of<input>
)