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
When submitting the form, the validation error will only show a very short period and then disappear.
It happens to the CDN import from https://cdn.form.io/formiojs/formio.full.min.js, and local npm install as well.
Version/Branch
5.0.0
To Reproduce
Steps to reproduce the behavior:
Prepare a form with required fields.
Submit the form with those fields empty.
Expected behavior
The validation error should just show and stay.
The 5.x renderer has had a namespace change and routes through /js instead of /formiojs can you try updating your cdn link?
Thanks @lane-formio for replying. Yes, /js url works. But I use this cdn url just for easy demo in this thread. The real problem is when I use npm install to set up local project, the same issue still happens. So what can I do in my local project?
My versions are:
"dependencies": {
"@formio/js": "^5.0.0",
"@formio/react": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Describe the bug
When submitting the form, the validation error will only show a very short period and then disappear.
It happens to the CDN import from https://cdn.form.io/formiojs/formio.full.min.js, and local npm install as well.
Version/Branch
5.0.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The validation error should just show and stay.
Screenshots

Additional context
A codepen demo
https://codepen.io/dycbegbx-the-bold/pen/zxOJjeQ
The text was updated successfully, but these errors were encountered: