Skip to content

Out-of-range values #5

@sffc

Description

@sffc

What should happen here?

new Intl.NumberFormat("en", { style: "unit", unit: "foot-and-inch" }).format({
  foot: 5,
  inch: 20,
})

Currently we simply display "5ft 20in". This is also how DurationFormat works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions