I’m running into a weird issue where a form gives an input error, but there aren’t any rules set or are deleted. I tried different browsers(chrome, firefox) and cleared cache, but the errors keeps showing up.
The error shows up when changing the value in an input field, it then shows the green check mark. and it changes when submitting the form to a red cross, but in the server connect there is also no validation being done. the form is also handled correctly and the database is also updated correctly.
does anyone have an idea how to solve this, is there maybe still a file that enables the errors which is not being updated when removing the rules?
tripple checked, i initially thought it would come from there too. but that why i think maybe some fille still has this set and thus it’s showing. i had previously problems where a query would still be the old query and not the new one. until i dove in the json and saw that stuff was not set correctly.
correct, and double check by selecting a different action(you get a pop up message). i have thought myself to always press the save button because i had to many times the issue with thinking that ctrl+s was enough but that only saves the doc and not the action.
Or at a minimum provide the block of code here for the form as well as all the screen grabs of the server actions possibly.
To paste code in here use 3 back tick characters at the start and another 3 at the end
a oke, no also not set, all three field have the same structure, just different references:
The only thing i did was create one(number validation to be specific), was not happy with it and removed it. and ever since then the issue started.
I which i would have those powers to grand and make that possible. then it would be easier yeah. but since it’s a 85000 head count enterprise, i can’t.
Yeah, should the form have any validation whatsoever, and is the validation error showing up on submit or as the field changes in real time?
Edit: if you do try and submit the form even with the field in red, what happens, does it give another error or does it actually submit?