0

once user choosing the auto filling option in chrome browser it will auto automatically change the value of this select box according the some deflate values in chrome browser so how can i stop this issue.

I have fond some solutions while i'm googling so it also not working. is there any other solution

1st option is put autocomplete="off"
2nd option is creating fake select box and put style="display: none;"

<form:select path="quote.toLocation[${varstat.index}]" multiple="false" cssClass="select_typ1 bigselect drpView_ti" cssErrorClass="errorInput select_typ1 bigselect" onchange="removeError(this);" cssStyle="margin-top: 0px;float: left;" autocomplete="off">
                            <form:option value="">Please select destination</form:option>
                            <form:options items="${countryList}" itemLabel="displayName" 
                                itemValue="code" cssClass="countrySelectClass" />
                        </form:select>

0 Answers0