Form Picker Validation Persists After Form Selection
Which Umbraco version are you using?
13.6.0
Bug summary
When using a form picker in an Umbraco 13 application, validation messages persist even after selecting a valid form. After applying mandatory validation to a form picker property, the validation message correctly appears when attempting to submit without selecting a form. However, after selecting a form with the form picker, the validation message does not disappear, and it's impossible to submit the form.
Specifics
No response
Steps to reproduce
Create an Umbraco form Add a form picker in a block Apply mandatory validation to the form picker property Try to submit without selecting a form (validation message appears as expected) Use the form picker to select a form Try to submit again
Expected result / actual result
The Validation Should work as expected.
Hi there @farshadudheen!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
- We'll assess whether this issue relates to something that has already been fixed in a later version of the release that it has been raised for.
- If it's a bug, is it related to a release that we are actively supporting or is it related to a release that's in the end-of-life or security-only phase?
- We'll replicate the issue to ensure that the problem is as described.
- We'll decide whether the behavior is an issue or if the behavior is intended.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
I've transferred this from the CMS tracker here given the form picker is implemented in the Forms product. So my guess is there's something in the implementation of this picker that causes the error. Of course, if it turns out to be an underlying CMS issue, please feel free to describe and move back.