sp-number-field

Examples API Changelog

0.44.0 (2024-07-15) #

Bug Fixes #

  • number-field: multiple separators use-cases in decimal inputs in iOS devices (#4571) (6319da8)
  • number-field: select full value when using Tab to enter a field with a unit (#4340) (a9d5cef)
  • number-field: updated number field to respect all locales (#4508) (cc6e928)

0.43.0 (2024-06-11) #

Bug Fixes #

  • number-field: select full value when using Tab to enter a field with a unit (#4340) (a9d5cef)
  • number-field: updated number field to respect all locales (#4508) (cc6e928)

0.42.5 (2024-05-24) #

Bug Fixes #

  • number-field: select full value when using Tab to enter a field with a unit (#4340) (a9d5cef)

0.42.4 (2024-05-14) #

Bug Fixes #

  • number-field, slider: floating point roundoff precision bug (#4263) (74480ef)
  • number-field: handles values greater than 1000 (#4417) (45d69d0)

0.42.3 (2024-05-01) #

Bug Fixes #

  • number-field, slider: floating point roundoff precision bug (#4263) (74480ef)

0.42.2 (2024-04-03) #

Note: Version bump only for package @spectrum-web-components/number-field

0.42.1 (2024-04-02) #

Note: Version bump only for package @spectrum-web-components/number-field

0.42.0 (2024-03-19) #

Bug Fixes #

  • styles, theme: surface exports that omit Spectrum Vars proactively (#4142) (5b524c1)

Features #

  • asset: use core tokens (99e76f4)

0.41.2 (2024-03-05) #

Note: Version bump only for package @spectrum-web-components/number-field

0.41.1 (2024-02-22) #

Note: Version bump only for package @spectrum-web-components/number-field

0.41.0 (2024-02-13) #

Note: Version bump only for package @spectrum-web-components/number-field

0.40.5 (2024-02-05) #

Bug Fixes #

  • combobox: add combobox pattern (#3894) (47d7d71), closes #3887

0.40.4 (2024-01-29) #

Note: Version bump only for package @spectrum-web-components/number-field

0.40.3 (2024-01-11) #

Note: Version bump only for package @spectrum-web-components/number-field

0.40.2 (2023-12-18) #

Bug Fixes #

  • number-field: validate min/max in more contexts (2328a62)

0.40.1 (2023-12-05) #

Note: Version bump only for package @spectrum-web-components/number-field

0.40.0 (2023-11-16) #

Bug Fixes #

  • number-field: update display value on scroll and arrow up/down (fc59a18)

0.39.4 (2023-11-02) #

Bug Fixes #

  • infield-button: add infield-button package (057b885)

0.39.3 (2023-10-18) #

Bug Fixes #

  • number-field: prevent over excited "change" events (7b93724)

0.39.2 (2023-10-13) #

Note: Version bump only for package @spectrum-web-components/number-field

0.39.1 (2023-10-06) #

Bug Fixes #

  • number-field: handle negative numbers (#3673) (62553dd)
  • number-field: update number-field value on pressing "enter" (#3638) (649eb2f)

0.39.0 (2023-09-25) #

Note: Version bump only for package @spectrum-web-components/number-field

0.38.0 (2023-09-05) #

Bug Fixes #

  • correct composition entry of multi-byte numbers (#3610) (5e11934)

0.37.0 (2023-08-18) #

Note: Version bump only for package @spectrum-web-components/number-field

0.36.0 (2023-08-18) #

Note: Version bump only for package @spectrum-web-components/number-field

0.35.0 (2023-07-31) #

Bug Fixes #

  • number-field: update button label to use number-field-labels as part of the text (#3474) (b92daf2)

0.34.0 (2023-07-11) #

Bug Fixes #

  • number-field,search,textfield: add t-shirt sizes (fda8f96)

0.33.2 (2023-06-14) #

Note: Version bump only for package @spectrum-web-components/number-field

0.33.0 (2023-06-08) #

Bug Fixes #

  • number-field: simplify width management (ef4765a)

0.32.0 (2023-06-01) #

Features #

  • number-field: use core tokens (23a924e)

0.31.0 (2023-05-17) #

Note: Version bump only for package @spectrum-web-components/number-field

0.30.0 (2023-05-03) #

Bug Fixes #

  • add "editable" option to "sp-slider" (e86d7fa)
  • add input validation to Number Field (b1dd5ea)
  • allow user input of extemely large number when a max is applied (0644b7f)
  • allow value when step=0 (41de75a)
  • apply "HelpTextMixin" to form elements (a952447)
  • convert the langage resolution workflow to a Reactive Controller (b7781db)
  • correct the origin on "maximumFractionDigits" when deciding "inputMode" (e2fe9c8)
  • ensure "wheel" interactions lead to a "change" event (3be87cd)
  • ensure dependencies included in package.json (eb77858)
  • ensure reactivity of resolved language (5863a15)
  • ensure streamingListener ends even if pointercancel not fired (74105f2)
  • explicitly setting NumberField wheel event handler as not passive (fad1496)
  • manage "lang" via context provided by "sp-theme" (b1e3457)
  • move hover/focus hoisting into conditioning (15ac2f7)
  • normalize wheel input directionally for more predictable input (e4383a8)
  • number-field: add an "indeterminate" state (8bde8a1)
  • number-field: add support for modified stepping (#1534) (f8ec763)
  • number-field: added flag to scroll event to allow slider component to update on scroll (4199eb0)
  • number-field: clean up delivery of quiet variant (cd93964)
  • number-field: dispatch input/change events as expected (4a457ee)
  • number-field: ensure "quiet" Number Field is sized correctly in the DOM (3ea2c8f)
  • number-field: include dependancy listings (5c9031d)
  • number-field: prevent changes by user when readonly (64a7e93)
  • number-field: prevent interactin with stepper buttons when disabled (ae20343)
  • number-field: process 2 byte characters as their single byte cousins (f424c0a)
  • number-field: readonly - no pointer events for stepper buttons (05364fb)
  • number-field: support non-supported units in "Intl.numberFormat" (d846c0b)
  • number-field: validate value before dispatching "change" event (8c2ad89)
  • prevent console.log in source and test files (3ee082c)
  • theme: stop language resolution propagation and demo using local languages (6b81391)

Features #

  • adopt DNA@7 base Spectrum CSS (e08cafd)
  • include all Dev Mode files in side effects (f70817c)
  • number-field: add number field pattern (384ab34)
  • number-field: use new config (8d42d69)
  • shared pkg versions, devmode define warning, registry-conflicts docs (6e49565)
  • support Spectrum Token consumption and update Action Button to use them (743ab16)
  • update lit-* dependencies, wip (377f3c8)

0.6.2 (2023-04-24) #

Bug Fixes #

  • ensure streamingListener ends even if pointercancel not fired (74105f2)

0.6.1 (2023-04-05) #

Bug Fixes #

  • theme: stop language resolution propagation and demo using local languages (6b81391)

0.6.0 (2023-03-22) #

Bug Fixes #

  • move hover/focus hoisting into conditioning (15ac2f7)

Features #

  • number-field: use new config (8d42d69)

0.5.13 (2023-03-08) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.12 (2023-02-13) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.11 (2023-02-08) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.10 (2023-01-23) #

Bug Fixes #

  • ensure "wheel" interactions lead to a "change" event (3be87cd)

0.5.9 (2023-01-09) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.8 (2022-12-08) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.7 (2022-11-21) #

Bug Fixes #

  • ensure dependencies included in package.json (eb77858)

0.5.6 (2022-11-14) #

Bug Fixes #

  • correct the origin on "maximumFractionDigits" when deciding "inputMode" (e2fe9c8)
  • ensure reactivity of resolved language (5863a15)

0.5.5 (2022-10-28) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.4 (2022-10-17) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.3 (2022-10-10) #

Bug Fixes #

  • convert the langage resolution workflow to a Reactive Controller (b7781db)

0.5.2 (2022-09-14) #

Bug Fixes #

  • number-field: added flag to scroll event to allow slider component to update on scroll (4199eb0)

0.5.1 (2022-08-24) #

Note: Version bump only for package @spectrum-web-components/number-field

0.5.0 (2022-08-09) #

Features #

  • include all Dev Mode files in side effects (f70817c)

0.4.1 (2022-08-04) #

Note: Version bump only for package @spectrum-web-components/number-field

0.4.0 (2022-07-18) #

Bug Fixes #

  • number-field: ensure "quiet" Number Field is sized correctly in the DOM (3ea2c8f)

Features #

  • support Spectrum Token consumption and update Action Button to use them (743ab16)

0.3.13 (2022-06-29) #

Bug Fixes #

  • explicitly setting NumberField wheel event handler as not passive (fad1496)

0.3.12 (2022-06-07) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.11 (2022-05-27) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.10 (2022-05-12) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.9 (2022-04-21) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.8 (2022-03-30) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.7 (2022-03-08) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.6 (2022-03-04) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.5 (2022-02-22) #

Note: Version bump only for package @spectrum-web-components/number-field

0.3.4 (2022-02-02) #

Bug Fixes #

  • number-field: validate value before dispatching "change" event (8c2ad89)

0.3.3 (2022-01-26) #

Bug Fixes #

  • number-field: process 2 byte characters as their single byte cousins (f424c0a)

0.3.2 (2022-01-07) #

Bug Fixes #

  • number-field: clean up delivery of quiet variant (cd93964)
  • allow user input of extemely large number when a max is applied (0644b7f)
  • allow value when step=0 (41de75a)

0.3.1 (2021-12-13) #

Bug Fixes #

  • apply "HelpTextMixin" to form elements (a952447)
  • number-field: prevent interactin with stepper buttons when disabled (ae20343)

0.3.0 (2021-11-08) #

Features #

  • update lit-* dependencies, wip (377f3c8)

0.2.1 (2021-11-08) #

Note: Version bump only for package @spectrum-web-components/number-field

0.2.0 (2021-11-02) #

Bug Fixes #

  • number-field: prevent changes by user when readonly (64a7e93)
  • number-field: readonly - no pointer events for stepper buttons (05364fb)

Features #

  • adopt DNA@7 base Spectrum CSS (e08cafd)

0.1.10 (2021-10-12) #

Bug Fixes #

  • number-field: add an "indeterminate" state (8bde8a1)

0.1.9 (2021-09-20) #

Note: Version bump only for package @spectrum-web-components/number-field

0.1.8 (2021-09-13) #

Bug Fixes #

  • number-field: support non-supported units in "Intl.numberFormat" (d846c0b)
  • add input validation to Number Field (b1dd5ea)

0.1.7 (2021-08-24) #

Note: Version bump only for package @spectrum-web-components/number-field

0.1.6 (2021-08-17) #

Bug Fixes #

  • add "editable" option to "sp-slider" (e86d7fa)

0.1.5 (2021-08-03) #

Note: Version bump only for package @spectrum-web-components/number-field

0.1.4 (2021-07-22) #

Note: Version bump only for package @spectrum-web-components/number-field

0.1.3 (2021-07-01) #

Bug Fixes #

  • number-field: add support for modified stepping (#1534) (f8ec763)
  • manage "lang" via context provided by "sp-theme" (b1e3457)
  • normalize wheel input directionally for more predictable input (e4383a8)

0.1.2 (2021-06-16) #

Bug Fixes #

  • prevent console.log in source and test files (3ee082c)

0.1.1 (2021-06-07) #

Bug Fixes #

  • number-field: dispatch input/change events as expected (4a457ee)
  • number-field: include dependancy listings (5c9031d)

0.1.0 (2021-05-24) #

Features #

  • number-field: add number field pattern (384ab34)

Attributes and Properties #

Property Attribute Type Default Description autocomplete autocomplete | 'list' | 'none' | HTMLInputElement['autocomplete'] | HTMLTextAreaElement['autocomplete'] | undefined What form of assistance should be provided when attempting to supply a value to the form control disabled disabled boolean false Disable this control. It will not receive focus or events formatOptions format-options Intl.NumberFormatOptions {} An `<sp-number-field>` element will process its numeric value with `new Intl.NumberFormat(this.resolvedLanguage, this.formatOptions).format(this.valueAsNumber)` in order to prepare it for visual delivery in the input. In order to customize this processing supply your own `Intl.NumberFormatOptions` object here.

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat

grows grows boolean false Whether a form control delivered with the `multiline` attribute will change size vertically to accomodate longer input hideStepper hide-stepper boolean false Whether the stepper UI is hidden or not. indeterminate indeterminate boolean false invalid invalid boolean false Whether the `value` held by the form control is invalid. keyboardFocused keyboard-focused boolean false label label string '' A string applied via `aria-label` to the form control when a user visible label is not provided. max max number | undefined maxlength maxlength number -1 Defines the maximum string length that the user can enter min min number | undefined minlength minlength number -1 Defines the minimum string length that the user can enter multiline multiline boolean false Whether the form control should accept a value longer than one line name name string | undefined Name of the form control. pattern pattern string | undefined Pattern the `value` must match to be valid placeholder placeholder string '' Text that appears in the form control when it has no value set quiet quiet boolean false Whether to display the form control with no visible background readonly readonly boolean false Whether a user can interact with the value of the form control required required boolean false Whether the form control will be found to be invalid when it holds no `value` rows rows number -1 The specific number of rows the form control should provide in the user interface step step number | undefined The distance by which to alter the value of the element when taking a "step".

When this.formatOptions.style === 'percentage' the default step will be set to 0.01 unless otherwise supplied to the element.

stepModifier step-modifier number 10 tabIndex tabIndex number The tab index to apply to this control. See general documentation about the tabindex HTML property valid valid boolean false Whether the `value` held by the form control is valid. value value string | number The value held by the form control

Slots #

Name Description help-text default or non-negative help text to associate to your form element negative-help-text negative help text to associate to your form element when `invalid`

Events #

Name Type Description change Event An alteration to the value of the element has been committed by the user. input Event The value of the element has changed.

Description #

<sp-number-field> elements are used for numeric inputs. Upon interaction via the ArrowUp or ArrowDown keys, the scroll wheel, or the stepper UI, when not hidden by the hide-stepper attribute, the input value incrementally increases or decreases by the value of the step attribute. The shift key can be used to apply steps at 10 time (or the value of the step-modifier attribute times) their normal rate.

Usage #

See it on NPM! How big is this package in your project? Try it on webcomponents.dev

yarn add @spectrum-web-components/number-field

Import the side effectful registration of <sp-number-field> via:

import '@spectrum-web-components/number-field/sp-number-field.js';

When looking to leverage the NumberField base class as a type and/or for extension purposes, do so via:

import { NumberField } from '@spectrum-web-components/number-field';

Sizes #

Small
<sp-number-field
    label="Size"
    value="1024"
    size="s"
    style="--spectrum-stepper-width: 85px"
></sp-number-field>
Medium
<sp-number-field
    label="Size"
    value="1024"
    size="m"
    style="--spectrum-stepper-width: 110px"
></sp-number-field>
Large
<sp-number-field
    label="Size"
    value="1024"
    size="l"
    style="--spectrum-stepper-width: 135px"
></sp-number-field>
Extra Large
<sp-number-field
    label="Size"
    value="1024"
    size="xl"
    style="--spectrum-stepper-width: 160px"
></sp-number-field>

Number formatting #

An <sp-number-field> element will process its numeric value with new Intl.NumberFormat(this.resolvedLanguage, this.formatOptions).format(this.value) in order to prepare it for visual delivery in the input. In order to customize this processing supply your own Intl.NumberFormatOptions via the formatOptions property, or format-options attribute as seen below.

this.resolvedLanguage represents the language in which the <sp-number-field> element is currently being delivered. By default, this value will represent the language established by the lang attribute on the root <html> element while falling back to navigator.language when that is not present. This value can be customized via a language context provided by a parent element that listens for the sp-language-context event and supplies update language settings to the callback function contained therein. Applications leveraging the <sp-theme> element to manage the visual delivery or text direction of their content will be also be provided a reactive context for supplying language information to its descendants.

Decimals #

The following example uses the signDisplay option to include the plus sign for positive numbers, for example to display an offset from some value. In addition, it always displays a minimum of 1 digit after the decimal point, and allows up to 2 fraction digits. If the user enters more than 2 fraction digits, the result will be rounded.

<sp-field-label for="decimals">Adjust exposure</sp-field-label>
<sp-number-field
    id="decimals"
    value="0"
    style="width: 100px"
    format-options='{
        "signDisplay": "exceptZero",
        "minimumFractionDigits": 1,
        "maximumFractionDigits": 2
    }'
></sp-number-field>

Percentages #

The style: 'percent' option can be passed to the formatOptions property to treat the value as a percentage. In this mode, the value is multiplied by 100 before it is displayed, i.e. 0.45 is displayed as "45%". The reverse is also true: when the user enters a value, the change event will be triggered with the entered value divided by 100. When the percent option is enabled, the default step automatically changes to 0.01 such that incrementing and decrementing occurs by 1%. This can be overridden with the step property.

<sp-field-label for="percents">Sales tax</sp-field-label>
<sp-number-field
    id="percents"
    style="width: 200px"
    value="0.05"
    format-options='{
        "style": "percent"
    }'
></sp-number-field>

Currency values #

The style: 'currency' option can be passed to the formatOptions property to treat the value as a currency value. The currency option must also be passed to set the currency code (e.g. USD) to use. In addition, the currencyDisplay option can be used to choose whether to display the currency symbol, currency code, or currency name. Finally, the currencySign option can be set to accounting to use accounting notation for negative numbers, which uses parentheses rather than a minus sign in some locales.

If you need to allow the user to change the currency, you should include a separate dropdown next to the sp-number-field. The sp-number-field itself will not determine the currency from the user input.

<sp-field-label for="currency">Transaction amount</sp-field-label>
<sp-number-field
    id="currency"
    style="width: 200px"
    value="45"
    format-options='{
        "style": "currency",
        "currency": "EUR",
        "currencyDisplay": "code",
        "currencySign": "accounting"
    }'
></sp-number-field>

Units #

The style: 'unit' option can be passed to the formatOptions property to format the value with a unit of measurement. The unit option must also be passed to set which unit to use (e.g. inch). In addition, the unitDisplay option can be used to choose whether to display the unit in long, short, or narrow format.

If you need to allow the user to change the unit, you should include a separate dropdown next to the number field. The number field itself will not determine the unit from the user input.

Note: The unit style is not currently supported in Safari. A polyfill may be necessary.

<sp-field-label for="units">Package width</sp-field-label>
<sp-number-field
    id="units"
    style="width: 200px"
    value="4"
    format-options='{
        "style": "unit",
        "unit": "inch",
        "unitDisplay": "long"
    }'
></sp-number-field>

Units not included in Intl.NumberFormatOptions #

While Intl.NumberFormatOptions does support a wide range of units, it is possible to encounter units (e.g. the graphics units of pixel, pixels, points, etc.) that are not supported therein. When this occurs, an <sp-number-field> element will attempt to polyfill support for this unit. See the following example delivering { style: "unit", unit: "px" } below:

<sp-field-label for="units">Document width in pixels</sp-field-label>
<sp-number-field
    id="units"
    style="width: 200px"
    value="500"
    format-options='{
        "style": "unit",
        "unit": "px"
    }'
></sp-number-field>

Note: the polyfilling done here is very simplistic and is triggered by supplying options that would otherwise cause the Intl.NumberFormat() call to throw an error. Once the unsupporting unit of px causes the construction of the object to throw, a back up formatter/parser pair will be created without the supplied unit data. When the style is set to unit, the unit value of will be adopted as the static unit display. This means that neither pluralization or translation will be handled within the <sp-number-field> element itself. If pluralization or translation is important to the delivered interface, please be sure to handle passing those strings into to element via the formatOptions property reactively to the value of the element or locale of that page in question.

Minimum and maximum values #

The max and max properties can be used to limit the entered value to a specific range. The value will be clamped when the user commits the value to the <sp-number-field> element. In addition, the increment and decrement buttons will be disabled when the value is within one step value from the bounds. Ranges can be open ended by only providing a value for either min or max rather than both.

If a valid range is known ahead of time, it is a good idea to provide it to <sp-number-field> so it can optimize the experience. For example, when the minimum value is greater than or equal to zero, it is possible to use a numeric keyboard on iOS rather than a full text keyboard (necessary to enter a minus sign).

<sp-field-label for="red">Red value</sp-field-label>
<sp-number-field id="red" value="4" min="0" max="255"></sp-number-field>

Step values #

The step prop can be used to snap the value to certain increments. If there is a min defined, the steps are calculated starting from that minimum value. For example, if min === 2, and step === 3, the valid step values would be 2, 5, 8, 11, etc. If no min is defined, the steps are calculated starting from zero and extending in both directions. In other words, such that the values are evenly divisible by the step. A step can be any positive decimal. If no step is defined, any decimal value may be typed, but incrementing and decrementing snaps the value to an integer.

If the user types a value that is between two steps and blurs the input, the value will be snapped to the nearest step. When incrementing or decrementing, the value is snapped to the nearest step that is higher or lower, respectively. When incrementing or decrementing from an empty field, the value starts at the minValue or maxValue, respectively, if defined. Otherwise, the value starts from 0.

<sp-field-label
    for="step"
>Step</sp-field-label>
<sp-number-field
    id="step"
    step="10"
></sp-number-field>

<sp-field-label
    for="step-min"
>Step + min</sp-field-label>
<sp-number-field
    id="step-min"
    min="2"
    step="3"
></sp-number-field>

<sp-field-label
    for="step-min-max"
>Step + min + max</sp-field-label>
<sp-number-field
    id="step-min-max"
    min="2"
    max="21"
    step="3"
></sp-number-field>