amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

How to disable or hide "Clear" button #1156

Closed zinwalin closed 5 years ago

zinwalin commented 5 years ago

Appreciated.

DanielRuf commented 5 years ago

Hi @zinwalin, was your question answered?

edisonmecaj commented 2 years ago

I solved this adding this: klass: { buttonClear: 'd-none' //or some other class that display none has been assigned in css }