Skip to content

1.x

Ahmed Raza requested to merge 1.x into 8.x-1.x

The changes are to make the module supported for Drupal 8, 9 and 10 (I have tested on all three).

Also it adds option to add classes in input fields.

It also fixes an issue where attributes were not being added on the input fields because of wrong array index.

Changed: $element['#attributes']['autocomplete'] To: $element['value']['#attributes']['autocomplete']

Merge request reports