mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Calendar empty on blur #125

Open felixvandal opened 6 years ago

felixvandal commented 6 years ago

Hello there I made a jsfiddle to demonstrate the problem https://jsfiddle.net/fvandal/xpvt214o/198062 With the new Semantic UI vesrion (2.3.1) the input empty itself for some reason. Do you have a work around available?

onlyargon commented 5 years ago

Try this part replace with yours. It's should work

<div class="ui calendar">
    <div class="ui input left icon">
      <i class="calendar icon"></i>
      <input type="text" placeholder="Date/Time">
    </div>
</div>