[Rails] Re: Dynamic nested form (new gem by me)

2019-04-11 Thread localhostdotdev
pretty cool, I was using a jQuery based one and moved to stimulus, greatest choice I ever made I think: inspired from: https://github.com/gorails-screencasts/dynamic-nested-forms-with-stimulusjs/blob/master/app/javascript/controllers/nested_form_controller.js -- You received this message becau

Re: [Rails] Re: Dynamic nested form (new gem by me)

2019-04-11 Thread Ariel Juodziukynas
Hi! The look and feel does not depend on the gem, it just adds/removes some html (defined by the user) to/from an specific container when you click a button. The actual look depends on the form defined and styled by the user. I'll try to add a gif with an use example though, thanks!! El jue., 11 a

[Rails] Re: Dynamic nested form (new gem by me)

2019-04-11 Thread Juan Ignacio Villarejo Arzivian
Hey Ariel! Good initiative! I think it would really come handy a GIF image with a visual example of how it does. I suggest this because from the description I don't get how would it be the look and feel of the nested form. Of course cocoon has the same issue. An image is a thousand words and a

[Rails] Re: Dynamic nested form (new gem by me)

2019-04-11 Thread Joe Guerra
Very nice. On Wednesday, April 10, 2019 at 4:41:18 PM UTC-4, Ariel Juodziukynas wrote: > > Hi, I want to share a gem that I'm working on. > > > https://github.com/arielj/vanilla-nested/ >