stimulus-rails-nested-form icon indicating copy to clipboard operation
stimulus-rails-nested-form copied to clipboard

A Stimulus controller to create new fields on the fly to populate your Rails relationship.

Results 13 stimulus-rails-nested-form issues
Sort by recently updated
recently updated
newest added

I think there's bug when using in a form with multiple nested associations. Like a Survey -> Questions -> Answers situation for example. When clicking Remove the code here https://github.com/stimulus-components/stimulus-rails-nested-form/blob/master/src/index.ts#L34...

Hi, I am using nested_form but I have a error. I am using rails7 and importmap (pin) I have this error on browser console Error `Failed to autoload controller: nested-form...

Using STI usually means using different forms for each type. If no `data-template-name` is given, the default behaviour is just to use the first template target. ![Skærmbillede 2024-04-25 kl 08...