Function CurrencyNumberInput

  • Allow the user to enter a currency value.

    Description

    Currency format and display are driven by the locale. The ability to enter fractional parts of a currency (e.g. cents) can also be controlled.

    The display will show the localized currency symbol then the amount as the user types. For example "$1.23".

    Supported locales: en-US

    Parameters

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc