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
Laravel Version: 10.39
Nova Version: 4.33
PHP Version: 8.2
Database Driver & Version: Mysql 8
Operating System and Version: macos 13.4.1
Browser type and version: Safari 16.5.2
Description:
Nova/Field/MultiSelect - it doesn't work with options keyed by Integer values ( @see#6350 )
But when i try to use "String Keyed Options", it does work in DetailField but doesn't work at FormField.
Options has modified data-type of Option Key… !!!
Please look at attached screenshot -
Detailed steps to reproduce the issue on a fresh Nova installation:
make options with string Key.
When inspecting network is it clear that option has different keys...
The text was updated successfully, but these errors were encountered:
Laravel Version: 10.39
Nova Version: 4.33
PHP Version: 8.2
Database Driver & Version: Mysql 8
Operating System and Version: macos 13.4.1
Browser type and version: Safari 16.5.2
Description:
Nova/Field/MultiSelect
- it doesn't work with options keyed by Integer values ( @see #6350 )But when i try to use "String Keyed Options", it does work in
DetailField
but doesn't work atFormField
.Options has modified data-type of Option Key… !!!
Please look at attached screenshot -
Detailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: