You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the value of ->title() is overwritten to null in the form, the value 1 is displayed on the page because it passes the isset() check, and the value of $field->get('title') equals true.
Since you did not specify which version of the package you are using, I will assume it is the latest available. I am unable to reproduce your example; you can see that I have added it to the tests, and the results can be viewed on the tab at https://github.com/orchidsoftware/platform/actions.
If you are using an older version, I recommend updating to the latest one.
Overwriting title to null displays value 1
Describe the bug
When the value of
->title()
is overwritten tonull
in the form, the value 1 is displayed on the page because it passes theisset()
check, and the value of$field->get('title')
equals true.To Reproduce
The text was updated successfully, but these errors were encountered: