mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Changes to add validation (#13762)
This commit is contained in:
@@ -733,6 +733,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
submit = async () => {
|
submit = async () => {
|
||||||
if (this.taxComponent !== undefined && !this.taxComponent.validate()) {
|
if (this.taxComponent !== undefined && !this.taxComponent.validate()) {
|
||||||
|
this.taxComponent.markAllAsTouched();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user