Options of the component.
Optional
autoNumericOptions?: Readonly<CallbackOptions>Options passed to !AutoNumeric. Same as AutoNumeric!Options.
Optional
inputProps?: Readonly<InputProps>Options passed to JSX!IntrinsicElements.input. Same as JSX!IntrinsicElements.input.props.
Optional
valueState?: { state: string; stateSetter: Dispatch<SetStateAction<string>> }The state and state setter from the parent component to be passed into this component.
The state from the parent component to be passed in.
The callback function that sets
options.valueState.state
.
The React component.
React JSX!IntrinsicElements.input component integrated with !AutoNumeric and permits interaction with a React state.