bulma-calendar
bulma-calendar copied to clipboard
clear 'x' icon not removed when showClearButton=false
Bug Report
Environment
- Extension version(s): 6.1.19
- Bulma version: 0.9.4
- OS: any
- Browser: all
Current Behavior setting option showClearButton only removes the button "Clear" inside the panel. But it does not remove the "x" icon, so the field is still clearable.
Possible Solution
Inside src/js/templates/index.js the button class="datetimepicker-clear-button" is always shown. It must be dependent on the showClearButton flag.
+1