Skip to content

Allow any (*) file extensions #148

@RedX2501

Description

@RedX2501

Tested with 2.4.0

I want to open two file types:

  1. arxml
  2. 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:

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions