sergiodlopes / jquery-flexdatalist

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

CSS not working #217

Closed eoli3n closed 5 years ago

eoli3n commented 5 years ago
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-flexdatalist/2.2.4/jquery.flexdatalist.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-flexdatalist/2.2.4/jquery.flexdatalist.js"></script>
<div>
    <input type="text" class="flexdatalist" >
</div>

-> jsfiddle

Change nothing to the form... what does i miss ?

eoli3n commented 5 years ago

Ok, i understand that css doesn't include text input style...