Fix FieldBuilder disposal logic (#2503)
When card fields are hidden - their widgets objects are disposed before their dom elements. Some widgets, like `ChoiceList`, still have some reactive bindings that can trigger while the widget itself is disposed causing errors in JS (that are caused by accessing disposed objects). To fix that, the FieldBuilder (the owner of those widgets) will dispose the dom it creates together with itself.
J
jarek committed
2ee136083edbc16e02073c134e35c3bd95ddd2aa
Parent: fe67281
Committed by GitHub <noreply@github.com>
on 8/3/2026, 2:01:35 PM