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
I created a field with multi-select for all the days of the week (days_of_week), with values from 0 to 6. However, when I try to the sunday with value 0, it does not show "Sunday" as selected in the entry editor. I tried other values 1 - 6, it works. I also tried 0 and 1 and only 1 is selected.
Steps to reproduce
Create a multi-select field with options and values for all days of the week, starting with Sunday (value 0) to Saturday (value 6).
Add this field to an entry type.
Import a new entry with this property, for example, <days_of_week>< item >0< /item ></days_of_week>
Check to see it in the entry editor and the field is empty, not selected.
Additional info
Craft version: 4.7.3
PHP version: 8.2
Database driver & version: Mariadb 10.6
Plugins & versions: 5.3.0
The text was updated successfully, but these errors were encountered:
Description
I created a field with multi-select for all the days of the week (days_of_week), with values from 0 to 6. However, when I try to the sunday with value 0, it does not show "Sunday" as selected in the entry editor. I tried other values 1 - 6, it works. I also tried 0 and 1 and only 1 is selected.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: