livewire / flux

The official Livewire UI component library
https://fluxui.dev
485 stars 42 forks source link

Print issue for Selected Checkbox and Radio element #695

Closed joalea closed 7 hours ago

joalea commented 4 days ago

Hi,

When printing a page that has a checkbox or radio with a selected value, the selected elements disappear from the print.

Example Image

How to reproduce Latest version of Windows, Chrome, Livewire and Flux Copy standard code for a checkbox group from documentation: `

<flux:checkbox label="Email" value="email" checked />
<flux:checkbox label="In-app alerts" value="app" />
<flux:checkbox label="SMS" value="sms" />

</flux:checkbox.group>`

Click CTRL+P / Command+P to see the issue in the preview.

calebporzio commented 7 hours ago

Mmmm good catch. Fixed, will be in the next release:

Image

calebporzio commented 6 hours ago

Uncovered a handful of other components that needed updating along the way (went through every component checking for print issues)

Image

calebporzio commented 6 hours ago

Scratch that, I just learned about print-color-adjust in CSS. Now print looks the same as the page

Image