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
typehandling- Multiline support (rendering
<textarea>instead of<input>)