Justin Golden
Justin Golden
Just joining in to say +1, I've been trying to figure out how to use this in my project for some time now and cannot figure it out. Is there...
Try: $('elm').colorPicker('close');
I've been having the same problem that @ypanagopoulos has been having. It will update the color, but it won't check if it needs to update to dark/light mode for readability...
**EDIT: Solved my own problem, see solution below.** My current code for changing the color programmatically is just: ``` $('#color-picker').val(hex); $('#color-picker').css('background-color', hex); ``` And trying to update it so it...
Try: `.cp-color-picker { z-index: 1051 !important; /*bootstrap modal is 1050*/ }`
My friend found that while the following line of dayjs doesn't work: ```js dayjs($now).tz('Etc/GMT').locale('en').format('h:mm A'); ``` We can do it using vanilla JS with `intl`: ```js Intl.DateTimeFormat('en', { timeZone: 'Etc/GMT',...
Or at least some docs on this in a more obvious location (if not already). Love the API by the way!
If anyone is having trouble getting the dots and arrows, try: dots: true, arrows: true in your JavaScript, and in your CSS: .slick-arrow:before { color: #000 !important; } because arrows...
 Looks good to me guys...
Specifically, the file `app.component.html` gets a big diff.