Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigDecimalField not work #9

Open
Aleksey2093 opened this issue Sep 11, 2023 · 0 comments
Open

BigDecimalField not work #9

Aleksey2093 opened this issue Sep 11, 2023 · 0 comments

Comments

@Aleksey2093
Copy link

With fast character input, BigDecimal Field can get a value beyond the set max and min values.

BigDecimalField f = new BigDecimalField();
inputMask = new InputMask("Number", true,
InputMaskOption.option("scale", 2),
InputMaskOption.option("radix", ','),
InputMaskOption.option("min", "-999.99", true),
InputMaskOption.option("max", "999.99", true)
);
inputMask.extend(f.get());
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

No branches or pull requests

1 participant