awesome_nested_fields icon indicating copy to clipboard operation
awesome_nested_fields copied to clipboard

Easy dynamic nested fields for Rails and jQuery applications.

Results 13 awesome_nested_fields issues
Sort by recently updated
recently updated
newest added

This adds support for using nested_fields_for on a JSONB column. It's a bit of a hack and could be done more eloquently, but in case others are in need of...

Hello There, I wish to enumerate the items added, without using the awesome nested fields i can do it using the f.options[:index], but with awesome_nested_fields it brings me a random...

In case child object has after_initialize hooks which needs to access the parent object, the original code can't access to the parent but this can.

Make sure to permit the nested parameters in the controller, as described by the following: http://adamyonk.com/posts/2013/05/16/rails-4-strong-parameters-and-nested-forms.html http://createdbypete.com/articles/working-with-nested-forms-and-a-many-to-many-association-in-rails-4/ https://coderwall.com/p/qwx3qa

I have downloaded and ran the demo of multi_level. When I insert a task with 4 resources like this: ![Step1](https://f.cloud.github.com/assets/1388221/113241/cc0e8e92-6b46-11e2-8b00-211bf1d62c09.png) If I then click save I see this: ![Step2](https://f.cloud.github.com/assets/1388221/113244/f5c045d2-6b46-11e2-8622-ba808a91f8b9.png) So...

I am having some problems trying to use this gem on IE7. When I add a new nested field to be upload, the form is not being submitted, and no...

Dears, Is there a solution for integrating both awesome_nested_fields with Client_Side_Validations gem I found this https://github.com/ryanb/nested_form/wiki/Integrating-with-client_side_validations put it is for : nested_form any similar solution ? Thank you. EDIT :...

I have implemented the multi-nested version, and all seems to be mainly OK, but I get the following error when I create (I've changed the model name back to your...

I need to invoke a javascript function to one of the nested fields. So far, it works well for the field id such as: $('model_name_attributes_0_fieldname') However, for the nested field,...