Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

feat(Select): added format prop #22

Merged
merged 2 commits into from
Oct 11, 2020
Merged

feat(Select): added format prop #22

merged 2 commits into from
Oct 11, 2020

Conversation

Florian-Schoenherr
Copy link
Collaborator

Gives devs the ability to define how the chosen value is shown (inside the underlying TextField).
Closes: #19

@vercel
Copy link

vercel bot commented Oct 11, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/thecomputerm/svelte-materialify/i6lwds3qr
✅ Preview: https://svelte-materialify-git-patch-2.thecomputerm.vercel.app

@TheComputerM
Copy link
Owner

TheComputerM commented Oct 11, 2020

Can you please change it to this:

export let format = (val) => val.join(', ');

@TheComputerM
Copy link
Owner

Thanks 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select component question/proposal
2 participants