-
Notifications
You must be signed in to change notification settings - Fork 35
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
InputFile-Styling #6362
Comments
Ich habe unten einmal das Design Template für unsere Input File Komponente angefügt. Sowohl Multi Upload als auch Single File Upload. Dropzone habt ihr ja schon thematisiert. Was das ganze spannend macht, ist die Liste mit hochgeladenen Files und deren Upload Prozess. Hier sollte dann die Ob das komplett auf Kolibriseite so implementiert werden muss, kann ich nicht beantworten, aber wenn nicht, gib uns gerne nochmal ein Hinweis, wie wir dann die Neue Properties:/**
* Defines the maximum file size in bytes.
*/
@Prop() public _maxFileSize?: maxFileSize;
/**
* Defines which file formats are accepted.
*/
@Prop() public _allowedFileTypes?: AllowedFileTypes[]; Komponenten Design: |
Die Property für allowedFileTypes gibt es bereits. Es ist die MaxFileSize sollte bei der Validierung innerhalb der Fachanwendung geprüft werden und nicht innerhalb der Komponente. Die Komponente kann das Folgeverhalten nicht entscheiden. |
This issue has been automatically marked as stale and will be closed in 10 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, please post a comment or remove the Stale label. |
This issue was closed because it has been stale for 10 days with no activity. If the issue is still relevant to you, feel free to re-open with a comment. |
Drag & drop? Ist das schon mit dabei? |
Die Gestaltbarkeit des InputFile soll verbessert werden.
Todos:
So könnte es aussehen: https://bootstrap-vue.org/docs/components/form-file/
The text was updated successfully, but these errors were encountered: