/** * Bridge between reactive {@link Form} / {@link FormField} objects and the DOM. * * Provides `bindField()` to two-way-bind a single field to an input element, * and `bindForm()` to wire an entire `
` element to a {@link Form}. * * @module bquery/forms */ import type { BindFieldOptions, BindFormOptions, Form, FormField } from './types'; /** * Two-way bind a reactive {@link FormField} to a DOM input element. * * Supports `` (text, number, checkbox, radio, file, date), `