Home > @uniformdev/mesh-sdk-react > TextEditor

TextEditor() function

Renders a text input field for filtering

Signature:

TextEditor: ({ onChange, ariaLabel, value, readOnly, valueTestId, }: FilterEditorRendererProps<string>) => _emotion_react_jsx_runtime.JSX.Element

Parameters

ParameterTypeDescription
{ onChange, ariaLabel, value, readOnly, valueTestId, }FilterEditorRendererProps<string>

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<>