mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-12 01:02:19 +03:00
fix #50
This commit is contained in:
parent
9847353c98
commit
20ce45ebe2
|
@ -1288,7 +1288,7 @@
|
|||
<div class="form-group">
|
||||
<label for="inputFile" class="col-lg-2 control-label">File</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" readonly class="form-control floating-label" placeholder="Browse...">
|
||||
<input type="text" readonly tabindex="-1" class="form-control floating-label" placeholder="Browse...">
|
||||
<input type="file" id="inputFile" multiple>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user