braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

Making the add field more selective. #458

Open bassrock opened 7 years ago

bassrock commented 7 years ago

Currently the add field will add to the first item with the given selector. Well you could have a few forms with he same ids on the same page. This makes the add field more selective by finding the selector inside the closest form. Which should be the form the button is clicked from.