Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a {{disabled}} modifier that works similar to fieldset
In that you can set it to false on a parent node and all its sub nodes will be disabled. It has an added improvement that you can then separate allow children if you want to disable everything apart from one thing. One caveat here is that it relies on dom twiddling and is therefore disabling a parent is not currently very reactive and will need some MutationObserver work to make it fully reactive.
- Loading branch information