Home > @uniformdev/design-system > InputInlineSelect

InputInlineSelect() function

Input Inline Select

Signature:

InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_jsx_runtime.JSX.Element

Parameters

ParameterTypeDescription
{ classNameContainer, options, value, onChange, disabled, ...props }InputInlineSelectProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<>