Constructor
# new FilterTextField(props) → {React.ReactElement}
Overview
TheCustomTextField
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 |
onChange |
function | Callback fired when input was changed. |
React.ReactElement