mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Removed resizer
This commit is contained in:
parent
1eb66a6d91
commit
295a3f899b
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-content-center">
|
||||
<Textarea v-model="value" rows="5" cols="30" disabled />
|
||||
<Textarea v-model="value" rows="5" cols="30" disabled style="resize: none" />
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue