Skip to content

Commit

Permalink
Fix formDisabledCallback modifying the control disabled property.
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Apr 3, 2024
1 parent eee3705 commit 5ced258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/behaviors/form-associated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export function mixinFormAssociated<
}

formDisabledCallback(disabled: boolean) {
this.disabled = disabled;
this.requestUpdate();
}

abstract formResetCallback(): void;
Expand Down

0 comments on commit 5ced258

Please sign in to comment.