We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that a TagList widget in relation mode is not saving an empty value, because it no longer sends a POST value when empty.
TagList
relation
In the Test plugin:
It does not fail validation, so the form saves, as the last value in the tag list is kept on refresh even though all tags are removed.
The text was updated successfully, but these errors were encountered:
@bennothommo are you suggesting it's possible to send an empty value in the Post data?
Sorry, something went wrong.
@mjauvin most certainly.
How do you do that ? (I mean in respect to the TagList formwidget)
mjauvin
Successfully merging a pull request may close this issue.
It appears that a
TagList
widget inrelation
mode is not saving an empty value, because it no longer sends a POST value when empty.Replication steps
In the Test plugin:
It does not fail validation, so the form saves, as the last value in the tag list is kept on refresh even though all tags are removed.
The text was updated successfully, but these errors were encountered: