Note: This check has been removed in Bootlint v1.x.
.input-group
contains a <select>
; this should be avoided as <select>
s cannot be fully styled in WebKit browsers
Wrong:
<div class="input-group"> <span class="input-group-addon">$</span> <select class="form-control"> <option value="5.00"><option> <option value="50.00"><option> <option value="500.00"><option> </select> </div>
##.input-group
contains a <textarea>
; only text-based <input>
s are permitted in an .input-group
Wrong:
<div class="input-group"> <span class="input-group-addon">✉</span> <textarea class="form-control" placeholder="To Whom It May Concern:"></textarea> </div>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4