Skip to content

Commit 25f2e28

Browse files
author
pablohpsilva
committed
adding new readonly on docs
1 parent f7a99b9 commit 25f2e28

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/pages/components/Input.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@
100100
<md-table-cell><code>Number</code></md-table-cell>
101101
<md-table-cell>Sets the maxlength and enable the text counter.</md-table-cell>
102102
</md-table-row>
103+
104+
<md-table-row>
105+
<md-table-cell>readonly</md-table-cell>
106+
<md-table-cell><code>Boolean</code></md-table-cell>
107+
<md-table-cell>Sets the component to read only mode.</md-table-cell>
108+
</md-table-row>
103109
</md-table-body>
104110
</md-table>
105111
</api-table>
@@ -150,6 +156,12 @@
150156
<md-table-cell><code>Number</code></md-table-cell>
151157
<md-table-cell>Sets the maxlength and enable the text counter.</md-table-cell>
152158
</md-table-row>
159+
160+
<md-table-row>
161+
<md-table-cell>readonly</md-table-cell>
162+
<md-table-cell><code>Boolean</code></md-table-cell>
163+
<md-table-cell>Sets the component to read only mode.</md-table-cell>
164+
</md-table-row>
153165
</md-table-body>
154166
</md-table>
155167
</api-table>

0 commit comments

Comments
 (0)