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

Further unify `SelectField` and `MultiSelectField` options

Open techniq opened this issue 1 year ago • 0 comments

  • [ ] MultiSelectField
    • [ ] Change labelProp default from name to label
  • [ ] SelectField
    • [ ] Align optionText() / optionValue() with MultiSelectField's labelProp / valueProp
      • Do we even need this, or just require the processing it done in options?
  • [ ] Do the same in MultiSelect, MultiSelectMenu and _SelectListOptions

techniq avatar Feb 09 '24 16:02 techniq