fix(tap): fire input behavior when tap/clicking file input label. Closes #1699

This commit is contained in:
Perry Govier
2014-07-02 18:27:07 -05:00
parent 39f6e3acfb
commit 889482e048
3 changed files with 36 additions and 1 deletions

View File

@@ -168,6 +168,15 @@
<option>United States</option>
</select>
</div>
<div class="item item-divider">
File Input
</div>
<label class="item item-input">
<div class="input-label">
<i class="icon ion-document-text"></i> File
</div>
<input type="file"/>
</label>
<div class="item item-divider">
Other Tests