Add support for File Upload component

This commit is contained in:
Soheab_
2025-09-28 16:06:17 -04:00
committed by Danny
parent 944ffe93c7
commit 2d7e0614ad
8 changed files with 461 additions and 4 deletions
+1
View File
@@ -693,6 +693,7 @@ class ComponentType(Enum):
separator = 14
container = 17
label = 18
file_upload = 19
def __int__(self) -> int:
return self.value