Class: InputField

client.shared.InputField~ InputField

Input field with enhanced event handling and programmatic control of the value. Can be used to implement things like tab completion.

new InputField()

Parameters:
Name Type Description
props.value String
props.handleChange function
props.handleEnter function
props.handleFocus function