It seems the file uploader in the M3 (beta) theme has a bug and does not allow the selected files to be accessed.
What I’m trying to do:
I am trying to use the file uploader in the new m3 beta theme, but selected files cannot be accessed (None type)
What I’ve tried and what’s not working:
It works in the Material Design theme.
In the M3 (beta) I get:
TypeError: 'NoneType' object is not iterable at Form1, line 14` called from app/m3/_Components/Button/__init__.py:22
Code Sample:
for file in self.file_loader_1.files:
print(file.length)
Clone link: