Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eureka form, TextAreaRow auto height

Can I configure a TextAreaRow of an Eureka form to fill the available vertical space?
I will have just a few rows above and toolbar at the bottom.

like image 932
Attila Szasz Avatar asked Sep 20 '25 15:09

Attila Szasz


1 Answers

You will have to play with textAreaHeight property values by setting up it initial height depending on device and available bottom space. Check out this pull request https://github.com/xmartlabs/Eureka/pull/416/files to see how it works.

like image 68
mtnBarreto Avatar answered Sep 23 '25 11:09

mtnBarreto