Hi everyone
I just solved this problem with adding these are the codes into my css file :
input, input:before, input:after {
-webkit-user-select: initial !important;
-khtml-user-select: initial !important;
-moz-user-select: initial !important;
-ms-user-select: initial !important;
user-select: initial !important;
}
I hope this solve your problem...