Bc_js_filepicker Displays Unsorted Files

Hi All,

We are using bc_js_filepicker, and we noticed that the files shown in the options field are unsorted. This can be inconvenient when looking for files.
Is there already a way to make files display in a sorted form?

Since I didn’t see an option for this in the Readme, I implemented file sorting by customizing bc_js_filepicker.
It’s only one extra line of code in “src/components/file_picker.vue”.
(Comparing OSC:master...szwyx1999:feature/sort-files · OSC/bc_js_filepicker · GitHub)