Function BaseSelect

  • FormBase

    选择器基础封装

    Date

    2023/4/1 - 16:57:58

    Returns

    Type Parameters

    • T extends {
          [props: string]: any;
      } = {
          [props: string]: any;
      }

      typeof item

    • V = any

      typeof value

    Parameters

    • {: BaseSelectProps<T, V, keyof T, keyof T>

      data = [], label, fullWidth, size, keyExpr = 'id', error, displayExpr = 'name', helperText, style, onChange, onItemChange, onItemClick, ...props }

    Returns Element

Generated using TypeDoc