TheComputerM / svelte-materialify

A Material UI Design Component library for Svelte heavily inspired by vuetify.
https://svelte-materialify.vercel.app
MIT License
622 stars 83 forks source link

fix(types/select.d.ts): Value can be single value or array #198

Closed gristow closed 3 years ago

gristow commented 3 years ago

When multiple prop is false, the value of a <Select /> is a single value, not an array. Updated select.d.ts to reflect this.

vercel[bot] commented 3 years ago

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/BQU2a2oo1fp6tSczaQvCmvzRqhzd
✅ Preview: https://svelte-materia-git-fork-gristow-select-definition-fix-th-6a7ece.vercel.app

Florian-Schoenherr commented 3 years ago

Thank you! That's right.