Fixed
- Simplifying
CommandDialogto rely onCommandFormfor all the heavy lifting and have very little custom logic. This removes quite a few challenges around validation inside it and fixes bugs where theisValidis not calculated correctly.
CommandDialog to rely on CommandForm for all the heavy lifting and have very little custom logic. This removes quite a few challenges around validation inside it and fixes bugs where the isValid is not calculated correctly.