Class

FilterTextField

FilterTextField(props) → {React.ReactElement}

Constructor

# new FilterTextField(props) → {React.ReactElement}

Overview

The CustomTextField element with custom styling. When user starts typing a timer is set for 300 milliseconds. When the time is up, onChange function is fired with user's input as argument.
Parameters:
Name Type Description
props Object
inputRef Object

Reference object forwarded to the CustomTextField element.

onChange function

Callback fired when input was changed.

View Source Body/Project/Filtering/FilterTextField.js, line 21

React.ReactElement