Skip to main content

    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?: ; };
    Still have questions?
    Find answers in the Dynatrace Community