wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 167 forks source link

Add custom row and column properties to textarea #852

Closed NathanBeddoeWebDev closed 1 month ago

NathanBeddoeWebDev commented 3 months ago

Are we able to get a row and column property for the x-textarea component to make it more customisable? Currently it's static at 4.

Should just be a case of adding a property to Textarea.php and defaulting it to 4, but I'll pull the project down and give it a test.

Let me know if there's already a way to do this.