Open
Description
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.