Skip to content

Commit 73f7bba

Browse files
committed
test: demo textfield
1 parent d1ea1f4 commit 73f7bba

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

demo-vue/app/app.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ bottomnavigationbar {
5252
ripple-color: red;
5353
background-color: white;
5454
}
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
floating="false"
4242
/>
4343
</GridLayout>
44+
<MDTextField id="textField34" hint="test" class="md-textfield-outline" variant="outline"/>
4445
<MDTextField id="textField3" hint="filled" @focus="onFocus" @blur="onBlur" @textChange="onTextChange" @returnPress="onReturnPress" margin="10" editable="false" />
4546
<MDTextField
4647
id="textField4"

0 commit comments

Comments
 (0)