mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add no-resize props on InpuArea.vue
This commit is contained in:
parent
a258df2521
commit
e519f048fe
@ -18,6 +18,7 @@
|
|||||||
rows="4"
|
rows="4"
|
||||||
max-rows="4"
|
max-rows="4"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
no-resize="true"
|
||||||
></b-form-textarea>
|
></b-form-textarea>
|
||||||
<b-form-invalid-feedback v-bind="ariaMsg">
|
<b-form-invalid-feedback v-bind="ariaMsg">
|
||||||
{{ errors[0] }}
|
{{ errors[0] }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user