* Support RTL text in the room input field
set the correct direction for text according to the language written in
* Make all input RTLable
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
{ resizable
? (
<TextareaAutosize
+ dir="auto"
style={{ minHeight: `${minHeight}px` }}
name={name}
id={id}
/>
) : (
<input
+ dir="auto"
ref={forwardRef}
id={id}
name={name}
<ScrollView autoHide>
<Text className="room-input__textarea-wrapper">
<TextareaAutosize
+ dir="auto"
id="message-textarea"
ref={textAreaRef}
onChange={handleMsgTyping}