We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ea1f4 commit 73f7bbaCopy full SHA for 73f7bba
demo-vue/app/app.scss
@@ -52,3 +52,11 @@ bottomnavigationbar {
52
ripple-color: red;
53
background-color: white;
54
}
55
+
56
+.md-textfield-outline {
57
+ floating-color: blue;
58
+ floating-inactive-color: yellow;
59
+ stroke-color: green;
60
+ stroke-inactive-color: red;
61
+ placeholder-color: #757575;
62
+}
demo-vue/app/examples/TextFields.vue
@@ -41,6 +41,7 @@
41
floating="false"
42
/>
43
</GridLayout>
44
+ <MDTextField id="textField34" hint="test" class="md-textfield-outline" variant="outline"/>
45
<MDTextField id="textField3" hint="filled" @focus="onFocus" @blur="onBlur" @textChange="onTextChange" @returnPress="onReturnPress" margin="10" editable="false" />
46
<MDTextField
47
id="textField4"
0 commit comments