Wappler Version : 7.3.5
Operating System : MacOS
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker
Expected behavior
What do you think should happen?
The validation error message should not be displayed when tagify input has a value.
Actual behavior
What actually happens?
The tagify input has been set up as required. When tagify input doesn't have a value, the validation error message correctly displays Value Required` on form submit.
If I don't proceed with selecting a value in the tagify input by cancelling the server connect form, and then re-open the same form, the validation error message is still displayed even when the tagify input value has been pre-filled. The validation error message doesn't disappear even if I select a value manually.
The error message disappears only after the page has been refreshed.
The tagify element is in a Modal.
