Text area widget behave as text input in Native apps

0
The text area widget can not be configured to show number of lines as possible in Web apps.
asked
1 answers
0

Hi Siddharth,

 

image.png

Try to add custom styling for height to define number of line items as a workaround,

 

export const customTextArea = {

    input: {

        height: 150

    },

};

 

Thanks & Regards,

Manikandan K

answered