-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Thanks a lot for this great R package. Its a breeze to work with and it actually works very well. Kudos!
I've got a question. When preparing a data.frame for editing, the UI controls selected for the editor UI are chosen automatically depending on their data type.
There are some cases, where one would like to choose a textAreaInput over the normal textInput. Especially when one would like to memorize line breaks and some kind of formatting, a textAreaInput works better than textInput.
Is there any desired way to configure the editor module accordingly? One could think about to either set an option to define the control type for a specific column to override the defaults (or by adding an attribute).
If not, is a pull request welcome to provide such feature?