You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Bug Report
Environment
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
thebutton class="datetimepicker-clear-button"
is always shown. It must be dependent on the showClearButton flag.The text was updated successfully, but these errors were encountered: