solid-ui
    Preparing search index...

    Interface FormControlTraitConfig

    interface FormControlTraitConfig {
        getControlElement(): HTMLInputElement | HTMLSelectElement | null;
        getInternals(): ElementInternals;
    }
    Index