Greg Lawrence
Greg Lawrence
I'm currently having this same issue. We are using radio buttons styled with pretty-checkbox using `class="p-switch"` and when I tab through, the toggles are not showing that they have the...
One issue with overriding .lb-dataContainer using absolute positioning is then the element is stuck on the far right side of the screen. This works well in mobile in portrait mode,...
Is it possible to receive an update on where we stand with adding compatibility with Angular 15, 16, 17 etc. Thanks!
Is there a reason that disabling the ui-switch does not add the disabled attribute to the underlying html button element? Not adding it means that if you use the `(click)="someMethod()"`...
> Probably just overlooked when initially implemented. Never looked into adding it. Gotcha. I will look into creating a PR for adding it.
We use this syntax to import html2pdf into an Angular 10/11 component: ``` import * as html2pdf from 'html2pdf.js'; ``` You will probably want to add html2pdf.js to your `angular.json`...
Try `import * as html2pdf from 'html2pdf.js';`
You can try adding the line to the angular.json file that I mentioned in an earlier reply, on July 1.
This week I had the realization that if someone wants to setup the toggle where you can click to enable it from a disabled state, using the (click) event, this...
Yeah I agree, offering a separate option like `[disableInputEl]` would be a good idea. (naming up for comment)