Renders a Rating field component.

  • Parameters

    • props: IRatingFieldProps<any, any> & IRatingFieldPrivate<any>

      The properties for the Rating field.

      Represents the properties for a rating field component.

      • Optionaldisabled?: boolean

        Represents the disabled property of an input field.

      • OptionalgroupRef?: (element?: null | HTMLDivElement) => void

        Represents the groupRef property of the IField object.

      • Optionalreadonly?: boolean

        Retrieves the 'readonly' property value of a given field.

        The field object to retrieve the property from.

        • The value of the 'readonly' property.

      Interface representing a private rating field.

      • Optionalname?: string
      • onChange: (v: any, config?: { skipReadonly?: boolean }) => void
      • readonly: boolean
      • value: any

    Returns Element

    The rendered Rating field component.

Properties

Properties

displayName: string