nested_form icon indicating copy to clipboard operation
nested_form copied to clipboard

Rails plugin to conveniently handle multiple models in a single form.

Results 84 nested_form issues
Sort by recently updated
recently updated
newest added

I'm building an application where users can create surveys and add questions to them. A question can have many possible answers, each one being represented as a radio button for...

My nested_form works fine, EXCEPT when in my controller, I `render` (not `redirect_to`) a page that contains a nested_form, with some nested_fields already saved in the database. It duplicates (only...

When I tried to upgrade Ruby version from 2.6 to 2.7, I had a problem with `FrozenError` from `#nested_form_for`. `capture` may return `nil`, and `nil.to_s` is frozen from Ruby 2.7....

I am on Rails 3.1, Mongoid 2.3.3, and using the nested_form gem. In my form, I have the nested_form link_to_add and link_to_remove set up to add and remove an embedded...

check

I have this: https://stackoverflow.com/questions/36960235/rails-nested-form-recursive And the problem here is nested_form creating the partial recursively until exausts. I think the problem is nested_form creating multiple blueprint for each partial. How can...

When we set :nested_wrapper to false, the is not created... https://github.com/ryanb/nested_form/blob/1b0689dfb4d230ceabd278eba159fcb02f23c68a/vendor/assets/javascripts/jquery_nested_form.js#L76 The removeFields function should consider this when hiding triggering the nested:fieldRemoved event. Also, some documentation about :nested_wrapper => false...

If specify target to #milestone-fields, like with_target_links.html.erb case, create a new task then remove it. And then add another new task again, at this point, whatever new milestone you try...

link_to_remove is not deleted vale only hide that so when we update that send hide value in parameter so my races is not updated, So i want remove that value...

I want to write a jquery function when "collection_select" changes, but my event does not work for new fields. What function or callback should I use?