• Adds styles, isFocused, appliedOptions and onChange

    Type Parameters

    • I extends {
          control: any;
          handleChange: any;
      }

    Parameters

    • input: I
    • adaptTarget: ((target) => any) = ...
        • (target): any
        • Parameters

          • target: any

          Returns any

    Returns I & {
        appliedOptions: ComputedRef<any>;
        controlWrapper: ComputedRef<{
            description: any;
            errors: any;
            id: any;
            label: any;
            required: any;
            visible: any;
        }>;
        isFocused: Ref<boolean>;
        onChange: ((event) => void);
        styles: Styles;
    }

Generated using TypeDoc