We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da02e14 commit 3a825dbCopy full SHA for 3a825db
packages/uui-base/lib/mixins/FormControlMixin.ts
@@ -16,6 +16,7 @@ export declare abstract class FormControlMixinInterface extends LitElement {
16
formResetCallback(): void;
17
checkValidity(): boolean;
18
get validationMessage(): string;
19
+ public setCustomValidity(error: string): void;
20
protected _value: FormDataEntryValue;
21
protected _internals: any;
22
protected abstract getFormElement(): HTMLElement | undefined;
0 commit comments