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

TextField improvements

Open techniq opened this issue 3 years ago • 0 comments

  • [x] Type
    • [x] Password (toggle to text to reveal)
    • [x] Number (see Masking)
    • [x] Currency? (see Masking)
    • [x] Date (see Masking)
  • [ ] Masking (support NumberField, CurrentField, DateField, etc?)
    • Input masking is supported (DateField) but not formatting based on arbitrary length (number with commas, etc)
  • [ ] Copy to clipboard
  • [ ] Use Field as base
    • Blocked by: https://github.com/sveltejs/svelte/issues/6059

techniq avatar Feb 08 '22 22:02 techniq