React Hookers - v6.3.0
    Preparing search index...

    Interface NumberInputHandlerOptions

    Options of the NumberInputHandler.

    interface NumberInputHandlerOptions {
        isCopyDecoded?: boolean;
        isMinusSignIgnored?: boolean;
        isUndefinedValueFormatted?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isCopyDecoded?: boolean

    If true then formatting is removed when a number is copied or cut.

    false
    
    isMinusSignIgnored?: boolean

    If true then the handler won't allow changing the sign of the edited number.

    false
    
    isUndefinedValueFormatted?: boolean

    If true then formatting is rendered for an undefined value.

    false