bulma-calendar icon indicating copy to clipboard operation
bulma-calendar copied to clipboard

clear 'x' icon not removed when showClearButton=false

Open dmoebius opened this issue 2 years ago • 2 comments

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.

dmoebius avatar May 25 '23 14:05 dmoebius

+1

FrancoisOfSos avatar Aug 02 '23 09:08 FrancoisOfSos