We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tested with 2.4.0
I want to open two file types:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: