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

Clientside validation issue on inputNumber #3055

Closed
mertsincan opened this issue Dec 7, 2017 · 0 comments
Closed

Clientside validation issue on inputNumber #3055

mertsincan opened this issue Dec 7, 2017 · 0 comments
Assignees
Labels
6.1.10 🐞 defect Bug...Something isn't working
Milestone

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

When using an inputNumber with a symbol the client side validation fails due to that symbol being passed along to the validator.
This also ignores/bypasses the defined validatorMessage.
...
In this example using "validateClient=false" results in the value being properly set as the hidden field (which doesn't contain the symbol) is passed to the converter.
Using "validateClient=true" however returns "testform:testnumber_input: '4.854 Stk' must be a number consisting of one or more digits." which indicates that the wrong field value is being passed to the validator and the provided message not being used.

@mertsincan mertsincan added 6.1.10 🐞 defect Bug...Something isn't working labels Dec 7, 2017
@mertsincan mertsincan added this to the 6.2 milestone Dec 7, 2017
@mertsincan mertsincan self-assigned this Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.1.10 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant