CurrencyInputElementProps
Props to spread onto a native <input>.
Properties
Section titled “Properties”autoComplete
Section titled “autoComplete”autoComplete: string;inputMode
Section titled “inputMode”inputMode: "decimal";onBeforeInput
Section titled “onBeforeInput”onBeforeInput: (event) => void;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
event | SyntheticEvent<HTMLInputElement> |
Returns
Section titled “Returns”void
onBlur
Section titled “onBlur”onBlur: FocusEventHandler<HTMLInputElement>;onChange
Section titled “onChange”onChange: ChangeEventHandler<HTMLInputElement>;onFocus
Section titled “onFocus”onFocus: FocusEventHandler<HTMLInputElement>;onKeyDown
Section titled “onKeyDown”onKeyDown: KeyboardEventHandler<HTMLInputElement>;type: "text";value: string;