ngx-colors icon indicating copy to clipboard operation
ngx-colors copied to clipboard

Hide buttons (accept and cancel)

Open willdochnur opened this issue 10 months ago • 0 comments

I am missing an option to hide accept and cancel buttons. There are cases we do not need them anymore. I am saving the color instantly after slider changes - there is no need to show these buttons anymore.

My workaround:

Custom component with custom style:

::ng-deep ngx-colors-panel button {
  display: none;
}

willdochnur avatar Apr 19 '24 10:04 willdochnur