renderValue

abstract var renderValue: (value: Value) -> ReactNode?(source)

Render the selected value. You can only use it when the native prop is false (default).

Parameters

{any} value The value provided to the component.