From 92f808c6c9a843be26a23061d9a265d467bb3e41 Mon Sep 17 00:00:00 2001 From: farfromrefuge <> Date: Wed, 10 Jan 2024 09:51:57 +0100 Subject: [PATCH] chore(demo): vue demo showing issue with textfield floating and hint color --- demo-snippets/vue/TextFields.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/demo-snippets/vue/TextFields.vue b/demo-snippets/vue/TextFields.vue index 1537cba0..a17b8b3b 100644 --- a/demo-snippets/vue/TextFields.vue +++ b/demo-snippets/vue/TextFields.vue @@ -99,6 +99,7 @@ maxLength="10" hint="fill this out..." @focus="onFocus" + placeholderColor="blue" @blur="onBlur" floating="false" @textChange="onTextChange"