This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Description
When we set :nested_wrapper to false, the
is not created...
|
var field = $link.closest('.fields'); |
The removeFields function should consider this when hiding triggering the nested:fieldRemoved event.
Also, some documentation about :nested_wrapper => false should be added too... probably with instructions saying that when nested_wrapper is false, you must hide content by yourself or something like that...