Declined
Last Updated: 23 Feb 2023 10:43 by ADMIN
Created by: Michael
Comments: 2
Category: FileSelect
Type: Bug Report
0

The file selection popup on iOS does not always open next to the file select popup. This is possible to replicate on the main page for the angular upload component https://www.telerik.com/kendo-angular-ui/components/uploads/upload/ and the stackblitz as well without any modification

https://stackblitz.com/run/?file=src%2Fapp%2Fapp.component.ts

Screenshot shows that the photo library/choose files popup opens in a seemingly random spot after the user taps it.

Completed
Last Updated: 16 Jan 2023 14:22 by ADMIN

Given a file is selected using the fileselect component

And one or more of the restrictions bound to the control are violated

The error message that is displayed should be configurable

 

For example, if the maxFileSize restriction has been set to 20mb and a file larger than that is selected, the control currently displays some error text to the user as follows: "File size too large". It would be beneficial if we could override this message so it (for example) could say "File size too large. The maximum file size is 20mb".

Unplanned
Last Updated: 21 Dec 2022 22:59 by ADMIN
Created by: Sneha
Comments: 1
Category: FileSelect
Type: Feature Request
2
It will be nice to have a way to add an icon in the 'Select Files' button
Unplanned
Last Updated: 26 Jul 2022 09:01 by Miroslav
Created by: Miroslav
Comments: 0
Category: FileSelect
Type: Feature Request
1

Currently, the title of the Select button says always "No file chosen". That is due to the input element being re-rendered with a new one each time a file is selected.

What could be done to set a custom title for the Select button is to set a "title" attribute to the kendo-fileselect tag.

The title could be further enhanced so that it is localizable.

Declined
Last Updated: 17 Nov 2021 10:01 by ADMIN
Created by: Rahul
Comments: 1
Category: FileSelect
Type: Feature Request
1
Hi we want to restrict users to select only five files at a time. after 5 files users shouldnt be able to select more. Currently we only have single or multiple files but a specific number of max files is not there.
Completed
Last Updated: 09 Jun 2021 15:37 by ADMIN
I'm using FileSelect as part of a reactive form.  I set file restrictions for allowedExtentions and maxFileSize.  If one of the files violate these restrictions, I would expect the form and the form control to have an error, but both are in VALID state.