pantographe / view_component-form

Rails FormBuilder for ViewComponent
MIT License
204 stars 16 forks source link

Can't render slots from text field and other components #156

Open wooly opened 10 months ago

wooly commented 10 months ago

It's not possible to render a slot inside a text field component as the block isn't passed to render_component like in the case of collection_check_boxes.

I've raised #155 to pass the block argument through, but now I'm unsure if there was a reason this arg wasn't passed in the first place.