RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bring Textarea to IInputBlock UIKit Element

juzser opened this issue · comments

Can we bring more Element type into the IInputBlock, e.g: Textarea? :)

The multi line input is coming to the next version of the Apps-Engine! It has already been merged in our Alpha branch and is expected to be released by the end of the month (along with Rocket.Chat v3.5).

To use it, just add a IPlainTextInputElement with the multiline: true property and it should work :)

Other elements will come in the future, but as of now we need to focus on more foundational matters for the Apps-Engine :/

Closing it as it is already available in the latest release