diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bc3437..bc6c0778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 1. [](#bugfix) * Added custom object support for filepicker field * Don't allow saving of a user with no local account file + * Controls for `list` field were not in sync between top and bottom # v1.8.1 ## 05/15/2018 diff --git a/themes/grav/templates/forms/fields/list/list.html.twig b/themes/grav/templates/forms/fields/list/list.html.twig index 5ccdfda5..764f5ed4 100644 --- a/themes/grav/templates/forms/fields/list/list.html.twig +++ b/themes/grav/templates/forms/fields/list/list.html.twig @@ -45,16 +45,18 @@ {% if field.max is defined and not field.selectunique %}data-max="{{ field.max }}"{% endif %} > {% if fieldControls in ['top', 'both'] %} -