Skip to content

Bugfix/19156 cant enter full value in money field#19157

Open
brianjhanson wants to merge 2 commits into
5.xfrom
bugfix/19156-cant-enter-full-value-in-money-field
Open

Bugfix/19156 cant enter full value in money field#19157
brianjhanson wants to merge 2 commits into
5.xfrom
bugfix/19156-cant-enter-full-value-in-money-field

Conversation

@brianjhanson

@brianjhanson brianjhanson commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Description

Bind the input mask up front, so it's present before the field is first focused. Previously we bound it lazily on focus which, on an already-focused element, wouldn't run — leaving keyboard users “locked” into the decimals on first tab-in. (clearMaskOnLostFocus keeps empty fields blank.)

Related issues

Fixes #19156

Bind the input mask up front, so it's present before the field is
first focused. Previously we bound it lazily on `focus` which, on an
already-focused element, wouldn't run — leaving keyboard users “locked”
into the decimals on first tab-in. (`clearMaskOnLostFocus` keeps empty fields blank.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't enter full value in Money field

1 participant