-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Upload/Selection #56
Comments
From my experiments in FlowFuse/flowfuse#1056 this component will need the following:
|
Properties:
|
Also optional multi-file select |
@sumitshinde-84 can't seem to assign you to this for some reason, but you're welcome to start the work on the You can run |
Thank you for the information! I will start working on the forge-ui-components repo |
As a starting point take a look at the Vuetify File Upload component: https://vuetifyjs.com/en/components/file-inputs/ offers some good property examples. We'd ideally want drag & drop (and there are plenty of examples out there for that too) |
@joepavitt can you please review this Pr #2348 so i can freely move on this issue . |
I can see that @Pezmc is handling that already, so will let him cover. That wouldn't be a blocker though, since |
Story
No response
Description
In need of a file selection/upload component that is consistent in style with the rest of Flowforge. First requirement for this came from FlowFuse/flowfuse#835.
For now, the solution was to use the standard HTML file upload input styling, but something more visually coherent would be preferable.
The text was updated successfully, but these errors were encountered: