Roqueform
    Preparing search index...

    Module plugin/ref

    Associates Roqueform fields with DOM elements.

    import { createField } from 'roqueform';
    import refPlugin from 'roqueform/plugin/ref';

    const field = createField({ hello: 'world' }, [refPlugin()]);

    field.at('hello').ref(document.querySelector('input'));

    field.at('hello').element // ⮕ Element

    Interfaces

    RefMixin

    Functions

    default