Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
feat(demo): Replaced bottom-line with line-ripple in the textfield demo
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Feb 7, 2018
1 parent 5fb4f84 commit 773864a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions demo/views/TextfieldView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
</m-typo-body>
</m-layout-grid-cell>
<m-layout-grid-cell :span="2">
<m-text-field v-model="text" bottom-line>
<m-text-field v-model="text">
Textfield
<m-line-ripple slot="bottomLine"/>
</m-text-field>
</m-layout-grid-cell>
<m-layout-grid-cell :span="2">
<m-text-field v-model="pw" type="password" bottom-line required minlength="8" aria-controls="pw-validation">
<m-text-field v-model="pw" type="password" required minlength="8" aria-controls="pw-validation">
Password
<m-line-ripple slot="bottomLine"/>
</m-text-field>
<m-text-field-helptext id="pw-validation">
Password must be at least 8 characters long.
Expand Down Expand Up @@ -48,7 +50,9 @@
</m-text-field>
</m-layout-grid-cell>
<m-layout-grid-cell :span="12">
<m-text-field v-model="text" placeholder="Fullwidth" full-width />
<m-text-field v-model="text" placeholder="Fullwidth" full-width>
<m-line-ripple slot="bottomLine"/>
</m-text-field>
</m-layout-grid-cell>
<m-layout-grid-cell :span="12">
<m-text-field v-model="text" textarea>
Expand Down

0 comments on commit 773864a

Please sign in to comment.