Completed
Last Updated: 04 Oct 2016 15:21 by ADMIN
ADMIN
Peter Milchev
Created on: 02 Jun 2016 14:10
Category: AutoCompleteBox
Type: Bug Report
0
Partially hidden Classic RadAutoCompleteBox input text/placeholder message in IE10+ when using bootstrap.css

		
1 comment
ADMIN
Peter Milchev
Posted on: 02 Jun 2016 14:51
Temporary fix:
<style>
    html body .RadAutoCompleteBox .racInput {
        padding-right: 0px;
    }
</style>