Open aksenovdev opened 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/4rMaHqPnvvHq8mVCMK9gNwJfU5XP
✅ Preview: Failed
idea:
$: labelActive = !!placeholder || value !== '' || focused;
this might not be enough for some other cases, though.
When passing 0 to TextField value, labelActive stay inactive svelte.dev/repl/b93bf9f7006b423281bcaa4a25db4e7a?version=3.37.0
Closes: #243