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
Working on previous Nova version (4.33.2).
On the multiselect, if you select the "Small" (Key "S") and "Small Medium" (Key "SM") options, and save it. It will show on index and Details the "Small", "Small Medium" and "Medium". Like a combination of all caracter of the key values.
The same happened with numeric keys. Select the key 31 and 39 and it showed the values of keys, 1, 3, 9, 31, 39.
Detailed steps to reproduce the issue on a fresh Nova installation:
Database Column "plans" Varchar 255
**Model cast: ** 'plans'=>'array' Nova Model with field:
Description:
Working on previous Nova version (4.33.2).
On the multiselect, if you select the "Small" (Key "S") and "Small Medium" (Key "SM") options, and save it. It will show on index and Details the "Small", "Small Medium" and "Medium". Like a combination of all caracter of the key values.
The same happened with numeric keys. Select the key 31 and 39 and it showed the values of keys, 1, 3, 9, 31, 39.
Detailed steps to reproduce the issue on a fresh Nova installation:
Database Column "plans" Varchar 255
**Model cast: ** 'plans'=>'array'
Nova Model with field:
The text was updated successfully, but these errors were encountered: