Tested with 2.4.0
I want to open two file types:
- arxml
- any file type
If I pass the following configuration
const types = ['arxml', '*']
<FileUploaderr label='Select arxml file' types={types}/>
The open file dialog display this confusing entry:

Instead of the "normal"/expected two entries. One for '.arxm' and another for '.*'.
Without the types parameter there is no first filter entry for '*.arxml' which is the primary file format I want the users to use.
Is there any workaround for this? Can this feature be implemented?
Tested with 2.4.0
I want to open two file types:
If I pass the following configuration
The open file dialog display this confusing entry:
Instead of the "normal"/expected two entries. One for '.arxm' and another for '.*'.
Without the types parameter there is no first filter entry for '*.arxml' which is the primary file format I want the users to use.
Is there any workaround for this? Can this feature be implemented?