NumberInput
Number inputs let users enter and edit integers and floating-point numbers.
NumberInputProps
Signature:
export declare type NumberInputProps = <, | | | | | | | | | | > & < | , (value: | ) => > & & {
/** Handler that is called when a key is pressed. */
onKeyDown?: <>;
/** Minimum amount of the input. */
min?: | ;
/** Maximum amount of the input. */
max?: | ;
/** Defines the step size in which increments/decrements can be performed on the input. */
step?: ;
};
Prop Table did not receive data
Prop Table did not receive data
Still have questions?
Find answers in the Dynatrace Community