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 noticed this while developing a fieldtype add-on. If the field is used in a grid field, the "checkboxes" field settings will not save when being created. I verified this by testing EE native "URL" fieldtype.
Steps to reproduce:
Create a grid field
Select URL as the first column
Change the Allowed URL Schemes settings
Save
You'll see that the Allowed URL Schemes is not saved with the selected choices
Change the Allowed URL Schemes again and save
You'll then see the Allowed URL Schemes being saved correctly
I think the React script is not properly appending the new values when the field is not yet created.
The text was updated successfully, but these errors were encountered:
I noticed this while developing a fieldtype add-on. If the field is used in a grid field, the "checkboxes" field settings will not save when being created. I verified this by testing EE native "URL" fieldtype.
Steps to reproduce:
I think the React script is not properly appending the new values when the field is not yet created.
The text was updated successfully, but these errors were encountered: