CurrencyInputElementProps
Props to spread onto a native <input>.
Properties
Section titled “Properties”autoComplete
Section titled “autoComplete”autoComplete: string;inputMode
Section titled “inputMode”inputMode: "decimal";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;