ClearableNumericInputComponent
Hierarchy
- Component<ClearableNumericInputProps>
- ClearableNumericInputComponent
Index
Constructors
constructor
Parameters
props: ClearableNumericInputProps
Returns ClearableNumericInputComponent
Methods
componentDidMount
Returns void
componentDidUpdate
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
Returns void
handleChange
Parameters
ev: any
Returns void
handleOnBlur
Parameters
ev: FocusEvent<HTMLInputElement>
Returns void
handleOnFocus
Returns void
render
Returns Element
setFocused
Parameters
isFocused: boolean
Returns void
Called immediately after a component is mounted. Setting state here will trigger re-rendering.