Skip to content

Commit 3a825db

Browse files
committed
add setCustomValidity to FormControlMixinInterface
1 parent da02e14 commit 3a825db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-base/lib/mixins/FormControlMixin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export declare abstract class FormControlMixinInterface extends LitElement {
1616
formResetCallback(): void;
1717
checkValidity(): boolean;
1818
get validationMessage(): string;
19+
public setCustomValidity(error: string): void;
1920
protected _value: FormDataEntryValue;
2021
protected _internals: any;
2122
protected abstract getFormElement(): HTMLElement | undefined;

0 commit comments

Comments
 (0)