html - Why Bootstrap's select list is not working in google chrome's developer tool mobile view (responsive) option ? Is this BUG or anything else? -
i developing application, in application using select list bootstrap's class. problem when test using chrome's developer tool (f5) , switch small devices (for check responsive or not) not work expected! bs bug or chrome's bug? code:
<div class="form-group"> <select class="form-control" name="access" id="access"> <option value="1" @view>view only</option> <option value="0" @full>full</option> </select> </div>
snap shot: application snapshot
i have same issue, it's chrome's bug, when try select 1 option list, background becomes black, , select changes place, tested in edge , works perfectly, english not good, hope you
Comments
Post a Comment