Rxova
Skip to content

CurrencyInputElementProps

Props to spread onto a native <input>.

autoComplete: string;

inputMode: "decimal";

onBlur: FocusEventHandler<HTMLInputElement>;

onChange: ChangeEventHandler<HTMLInputElement>;

onFocus: FocusEventHandler<HTMLInputElement>;

onKeyDown: KeyboardEventHandler<HTMLInputElement>;

type: "text";

value: string;