shlink-web-client version
4.1.0
How do you use shlink-web-client
https://app.shlink.io
Current behavior
*.csv files not selectable. Firefox for Android seems not recognised text/csv mime type.
|
<input type="file" accept="text/csv" className="d-none" ref={ref} onChange={onFile} aria-hidden /> |
Expected behavior
Change to text/csv,.csv would probably make it works.
Minimum steps to reproduce
- Click the Import servers button with Firefox for Android.
- *.csv files not selectable.
shlink-web-client version
4.1.0
How do you use shlink-web-client
https://app.shlink.io
Current behavior
*.csv files not selectable. Firefox for Android seems not recognised
text/csvmime type.shlink-web-client/src/servers/helpers/ImportServersBtn.tsx
Line 90 in c75a3a4
Expected behavior
Change to
text/csv,.csvwould probably make it works.Minimum steps to reproduce