IconInputProps Interface

Properties for the IconInput component

Extends

  • Omit<, "size">

Properties

Name Type Description
containerClassName undefined | string CSS class name for the IconInput component container div  
icon ReactNode Icon displayed to the left of the Input field within the IconInput component  
ref undefined | Ref<HTMLInputElement> Provides ability to return reference to HTMLInputElement  
size "small" | "large" Modify size of the input.  

Inherited properties

Name Type Inherited from Description
itemId undefined | string Omit Optional unique identifier for item.
nativeKeyHandler undefined | (e: KeyboardEvent) => void Omit  
setFocus undefined | boolean Omit Indicates whether to set focus to the input element

Defined in

Last Updated: 05 April, 2024