Home > widget-integration > BackInStockController > handleEmailValidation
BackInStockController.handleEmailValidation() method
Signature:
protected handleEmailValidation(emailInput: HTMLInputElement, errorMessageElement: HTMLElement | null, submitButton: HTMLButtonElement | null): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
emailInput |
HTMLInputElement | |
|
errorMessageElement |
HTMLElement | null | |
|
submitButton |
HTMLButtonElement | null |
Returns:
void