snowstorm
    Preparing search index...
    interface ValidateInputProps {
        class?: string;
        error?: string;
        hasError?: Accessor<boolean>;
        hideArrow?: boolean;
        id?: string;
        maxLength?: number;
        onFocus?: () => void;
        onSubmit?: () => void;
        onUpdate?: (value: string) => string | void;
        pending?: Accessor<boolean>;
        placeholder?: string;
        tabIndex?: string;
    }
    Index

    Properties

    class?: string
    error?: string
    hasError?: Accessor<boolean>
    hideArrow?: boolean
    id?: string
    maxLength?: number
    onFocus?: () => void
    onSubmit?: () => void
    onUpdate?: (value: string) => string | void
    pending?: Accessor<boolean>
    placeholder?: string
    tabIndex?: string