Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide buttons (accept and cancel) #106

Open
willdochnur opened this issue Apr 19, 2024 · 0 comments
Open

Hide buttons (accept and cancel) #106

willdochnur opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
Confirmed enhancement New feature or request

Comments

@willdochnur
Copy link

willdochnur commented Apr 19, 2024

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;
}
@KroneCorylus KroneCorylus self-assigned this May 13, 2024
@KroneCorylus KroneCorylus added the enhancement New feature or request label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants