I am creating a chat box, that chat box have emoji and file attachment button.
Now the emoji is correctly work but the file attachment preview not show in text area any idea or any plugin for file attach in text area.
My text area write in emoji code
<p class="lead emoji-picker-container" style="margin-top:35px;">
<textarea class="form-control textarea-control" rows="3" placeholder="Type your message here..." data-emojiable="true" style="height:150px;"></textarea>
</p
Anyone please help the preview show in text area
Thanks in advance!!!