Skip to content

Variable value it is not being updated after first comma in money mask #812

Description

@GHCMelo

$('#' + $parameters.WidgetId).mask('000.000,00', {reverse: true})

I'm using the above money mask, however after the first comma being inserted by the mask, the variable value ain't updated anymore.

Example:

1 -> ok
12 -> ok
12, -> here stops and anything after that reflect in the variable value, being the final variable value 12.

Am I missing something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions