Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

number fields #25

@jpromers

Description

@jpromers

So i have a number field integrated with a html text input and I don't see any method to enter a decimal number unless the text field already contains a decimal (so that it is already evaluated by parseNumber to be a valid decimal) or I have to copy the text and paste it into the field. The instant I remove the fractional portion of a value so that the window contains "1.", parseFloat(1.1) returns 1 and then I can never enter a fractional portion of a number because "1." evaluates to "1". Is there a work around?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions