appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.53k stars 3.73k forks source link

Refactoring existing input text/ query dynamic input text/ query input text/ num input components #5710

Open nidhi-nair opened 3 years ago

nidhi-nair commented 3 years ago

Add support for multiline inputs in following components:

This is a nice to have feature and should be picked up after we migrate our forms from redux-forms to a more performant library like hookforms

nidhi-nair commented 2 years ago

@rashmi-rai to be linked to the ADS PR

nidhi-nair commented 2 years ago

@ayushpahwa @Irongade could you please confirm if this is already done? I think Rashmi had mentioned that she had worked on this with her ADS PR.

ayushpahwa commented 2 years ago

@nidhi-nair this is a nice to have feature and we should avoid making changes to the current redux-form lib as it is already deprecated. We should work on this once we pick up more performant libraries like hookforms for our editor. Have updated the description of the issue too.