sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

First letter in placeholder is uppercase #187

Open hrvoje0099 opened 6 years ago

hrvoje0099 commented 6 years ago

I added placeholder but the first letter in placeholder is uppercase, can I change this somehow? image Thanks

LeonardoFeriato commented 3 years ago

Can you explain more? Because if you write like this below, it works. <input type="text" class="myClass flexdatalist" id="txtMyInput" placeholder="any" autocomplete="off">