Hide hidden FileReaderInput from keyboard focus

This commit is contained in:
orangemug 2018-06-01 20:45:05 +01:00
parent f9f5e8f925
commit dd122d1bac

View file

@ -144,7 +144,7 @@ class OpenModal extends React.Component {
<section className="maputnik-modal-section">
<h2>Upload Style</h2>
<p>Upload a JSON style from your computer.</p>
<FileReaderInput onChange={this.onUpload.bind(this)}>
<FileReaderInput onChange={this.onUpload.bind(this)} tabIndex="-1">
<Button className="maputnik-upload-button"><FileUploadIcon /> Upload</Button>
</FileReaderInput>
</section>