Can I put an image inside UTextarea? #1392
Unanswered
gentlekenny
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The question is pretty straightforward
<UFormGroup name="content"> <UTextarea :rows="10" autoresize v-model="currentKnowledgebaseItem.content"> <nuxt-img src="http://t2.gstatic.com/images?q=tbn:ANd9GcQCze-mfukcuvzKk7Ilj2zQ0CS6PbOkq7ZhRInnNd1Yz3TQzU4e&t=1" /> </UTextarea> </UFormGroup>
This doesn't work, the image is always below the text area and inside a form group
Beta Was this translation helpful? Give feedback.
All reactions