TextInputColumn size

Its it possible to set the size of a text input column in a similar way to TextColumn?
3 Replies
Patrick Boivin
I think you'll need custom CSS For a super quick way to experiment:
->extraAttributes(['style' => 'height: 50px'])
->extraAttributes(['style' => 'height: 50px'])
Ian Tasker
Ian TaskerOP2y ago
That worked. Just seems odd to have such a big difference between TextColumn and TextInputColumn for options
Patrick Boivin
Well, in my opinion the name is similar but they are quite different... But if you have some time, I think you could send a small PR, if you have a solution in mind 👍 It's possible that no one has thought of that before...

Did you find this page helpful?