-
Notifications
You must be signed in to change notification settings - Fork 402
FilePicker order of tabs #921
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
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
@Ofer-Gal thanks for the suggestion, makes a lot of sense. I just checked and currently there are no properties to control this, only one option to store the last active tab, but that doesn't seem to be working as expected (at least on my tests just now). |
I like both options. |
My understanding is that returning to the tab that was previously used should work and if not is probably a bug. Regarding the order of tabs, the first thing that comes to my mind is having a new optional component property (maybe a string array with key values) where sorting can be configured. Then sort the array of links before returning it inside the Just an idea (not 100% sure that it would work but seems possible), but feel free to suggest something else if you find a better approach |
Hi @michaelmaillot @joelfmrodrigues |
Hi @Ateina, sure! Do you have a global view about how to implement this one? |
@michaelmaillot Thank you! |
Excellent idea! Looking forward to see this enhancement! |
All praise to @Ofer-Gal :) |
Can I control the order of the tabs or make one the default?
Category
[X] Enhancement
[ ] Bug
[X] Question
Version
Please specify what version of the library you are using: [ 3.1.0 ]
Observed Behavior
The order is always
OneDrive
Upload Files
From Link
My users will use "Upload Files" most of the time and I would like them to have less clicks to get there.
Thanks!
The text was updated successfully, but these errors were encountered: