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
If a field type of Select is created in the control panel and you set the keys to integer values for example 5, 7, 23, 60, the keys will be saved as 0, 1, 2, 3 instead.
How to Reproduce
I have reliably recreated this the following way:
create repeater
add field type select
add select option with select integer values not in order of 0, 1, 2, 3
finish
re-open the select field and find the keys reset to 0, 1, 2, 3
Extra Detail
Environment
Statamic 3.0.40 Pro
Laravel 8.25.0
PHP 7.4.9
optimoapps/statamic-bard-text-align V1.0.1
Fresh install from statamic/statamic
The text was updated successfully, but these errors were encountered:
Bug Description
If a field type of Select is created in the control panel and you set the keys to integer values for example 5, 7, 23, 60, the keys will be saved as 0, 1, 2, 3 instead.
How to Reproduce
I have reliably recreated this the following way:
Extra Detail
Environment
Statamic 3.0.40 Pro
Laravel 8.25.0
PHP 7.4.9
optimoapps/statamic-bard-text-align V1.0.1
statamic/statamic
The text was updated successfully, but these errors were encountered: