mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-13 09:42:21 +03:00
fix #50
This commit is contained in:
parent
9847353c98
commit
20ce45ebe2
|
@ -1288,7 +1288,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="inputFile" class="col-lg-2 control-label">File</label>
|
<label for="inputFile" class="col-lg-2 control-label">File</label>
|
||||||
<div class="col-lg-10">
|
<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>
|
<input type="file" id="inputFile" multiple>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user