You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<MDTextViewid="textView3"placeholderColor="green"floatingColor="yellow"color="red"variant="outline"hint="text should be red"@textChange="onTextChange"v-model="value"@returnPress="onReturnPress"height="200"backgroundColor="blue"/>
30
+
<MDTextView
31
+
id="textView3"
32
+
placeholderColor="green"
33
+
floatingColor="yellow"
34
+
color="red"
35
+
variant="outline"
36
+
hint="text should be red"
37
+
helper="test"
38
+
@textChange="onTextChange"
39
+
v-model="value"
40
+
@returnPress="onReturnPress"
41
+
backgroundColor="blue"
42
+
/>
31
43
<MDTextViewvariant="filled"required="true"email="true"hint="fill this out..."@textChange="onTextChange"@returnPress="onReturnPress" />
0 commit comments