Relative Content

Tag Archive for pickadate

Pickadate.js not hiding properly the selectors

as you can see the pickadate.js is not hiding the selectors properly resulting in a bad ui problem, everything is fine in my code after several check but i will post it anyways` <div class=”glass container”> <div class=”container”> <h2>Book Your Appointment</h2> <form action=”/book-appointment” method=”post”> <label for=”datePicker” id=”date”>Date</label> <input type=”text” id=”datePicker” name=”date” /> <label for=”timePicker” id=”time”>Time</label> […]