svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Move `type` handling from `TextField` into `Input`

Open techniq opened this issue 1 year ago • 0 comments

It makes sense for Input to do more things that are currently handled in TextField

  • type handling
  • Multiline support (rendering <textarea> instead of <input>)

techniq avatar Jan 31 '24 03:01 techniq