jQuery Chat Widget - Ability to change the message box from an input to a text area?

2 Answers 105 Views
Chat
Arthur
Top achievements
Rank 1
Arthur asked on 13 Sep 2023, 03:41 PM

Hello,

I am using the jquery chat widget as a virtual assistant on the right corner of the page and would like the ability change the message box to a textarea as opposed to an input so all the wording that is outside the scrollable view area is visible.

I see in the angular version of this widget that this is possible, is there a similar feature for the jquery chat version?  Or even the .net Core version?

Thanks,

Arthur

2 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 18 Sep 2023, 10:29 AM

Hello, Arthur,

Currently the feature is not available in the Chat component for jQuery or for the .NET Core technologies. You can open a new feature request in our Feedback Portal so that we can evaluate the demand towards the functionality. 

A possible approach would be to try to override the source code to render a textarea instead of input.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
0
Jeff
Top achievements
Rank 1
Iron
answered on 11 Jan 2024, 10:12 PM

Hey anyone interested, 

It turns out this is fairly easily done in the kendo.all.min.js.
Currently using Kendo UI v2023.1.117.

Search out this line. 
<input type='text'>
and just change it to <textarea>

Tags
Chat
Asked by
Arthur
Top achievements
Rank 1
Answers by
Martin
Telerik team
Jeff
Top achievements
Rank 1
Iron
Share this question
or