aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

add textarea to form builder #49

Closed gobijan closed 9 months ago

gobijan commented 9 months ago

I added textarea to the form builder. It can be invoked via <%= form.text_field :title %>. The textarea now also gets shows the value if given.