- πΊπΈUnited States adamfranco
I think I may have found the issue. We should probably use the default validation provided by
Drupal\file\Element\ManagedFile
if at all possible, but an empty validation function was added that prevents that default validation from happening. I removed this empty function in https://git.drupalcode.org/project/audiorecorder/-/commit/fc82d175f872d7... which I hope addresses the issue.