- 🇮🇳India mohit_aghera Rajkot
I am not able to reproduce the issue in vanilla Drupal core.
I did following steps to reproduce:
- Use article content type
- Add file field with "Description" field enabled in file widget
- Set cardinality to unlimited.
- Create new article and add one file with description.
- Save article.
- Edit article again and add new file.
- Ensure that first file's description remains unchangedBesides above steps, I was able to see all the values in
$items
of Drupal\file\Plugin\Field\FieldWidget\FileWidget's formElement method.Feel free to reopen if you notice additional issues with the updated steps to reproduce.