You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm running the Wordpress SurveyJS plugin Version 1.12.4.
I'm using a multipletext question type with the following JSON:
{
"type": "multipletext",
"name": "NY_fee_suggest_spring",
"visibleIf": "{NY_fee_change_spring} = true",
"title": "What is a reasonable Spring season vending fee that includes additional funding for promotional efforts (considering that the current vendor fee is $200 for the season or $20 per week)?",
"items": [
{
"name": "Per season",
"inputType": "number",
"title": "Per season ($)",
"validators": [
{
"type": "numeric",
"text": "Value must be a number greater than 0",
"minValue": 0
}
]
},
{
"name": "Per week",
"inputType": "number",
"title": "Per week ($)",
"validators": [
{
"type": "numeric",
"text": "Value must be a number greater than 0",
"minValue": 0
}
]
}
]
}
Each of the multipletext items has a numeric validator.
Because the field is a "number" field, I can't enter any of the letters of the alphabet when I try, except for the letter e. This letter e also seems to be missed by the validator. Here's a short video demonstrating what happens in Preview mode.
Click at least one month checkbox in the first question
Type 2 or greater for the second question, and hit next.
Scroll to Q11, answer yes, a question will reveal
enter e for one of the fields
Hit next
Expected behavior
Entering the letter e should show the error message "Value must be a number greater than 0" when clicking the next button and prevent further progress.
Screenshots
See video
Please complete the following information:
Browser: Chrome
Browser version: 131.0.6778.140
JS framework/library: Wordpress plugin
SurveyJS version: 1.12.4
Device: Apple M1 Pro running Sonoma 14.6.1 (23G93)
Thanks for the exceptional plugin. The straightforward implementation of complex survey logic is surprisingly easy with the sleek interface!
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm running the Wordpress SurveyJS plugin Version 1.12.4.
I'm using a
multipletext
question type with the following JSON:Each of the multipletext items has a numeric validator.
Because the field is a "number" field, I can't enter any of the letters of the alphabet when I try, except for the letter e. This letter e also seems to be missed by the validator. Here's a short video demonstrating what happens in Preview mode.
Steps to reproduce
e
for one of the fieldsExpected behavior
Entering the letter
e
should show the error message "Value must be a number greater than 0" when clicking the next button and prevent further progress.Screenshots
See video
Please complete the following information:
Thanks for the exceptional plugin. The straightforward implementation of complex survey logic is surprisingly easy with the sleek interface!
The text was updated successfully, but these errors were encountered: