rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Rows Property for Text Area Component #21

Closed TinCodes closed 2 years ago

TinCodes commented 2 years ago

Description The Text Area component on the JSON Editor Palette needs a property that specifies the number of lines supported before a scroll is added at the right side.

Screenshot image

TinCodes commented 2 years ago

If there is a need to avoid resizing upon adding content and the row size determines the height of the text area: https://vuetifyjs.com/en/components/textareas/#no-resize

Scrollbar is included.

TinCodes commented 2 years ago

Solved by #69