svelte-ux
svelte-ux copied to clipboard
TextField improvements
- [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