UNPKG

form-functionality-library

Version:

A modular, flexible form functionality library for Webflow forms supporting single-step, multi-step, and branching forms

17 lines 569 B
/** * Browser Validation Fix Module * Webflow-aware validation fix that preserves required attributes for Webflow integration */ /** * Disable browser validation conflicts with Webflow-aware approach */ export declare function initBrowserValidationFix(root?: Document | Element): { formsFixed: number; inputsFixed: number; conflictsEliminated: boolean; }; /** * Check if browser validation conflicts exist */ export declare function hasBrowserValidationConflicts(root?: Document | Element): boolean; //# sourceMappingURL=browserValidationFix.d.ts.map