Skip to content

Commit

Permalink
chore(demo): vue demo showing issue with textfield floating and hint …
Browse files Browse the repository at this point in the history
…color
  • Loading branch information
farfromrefuge committed Jan 10, 2024
1 parent 1d036c4 commit 92f808c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-snippets/vue/TextFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
maxLength="10"
hint="fill this out..."
@focus="onFocus"
placeholderColor="blue"
@blur="onBlur"
floating="false"
@textChange="onTextChange"
Expand Down

0 comments on commit 92f808c

Please sign in to comment.