Jared Scott
Jared Scott
Please check my pr #7246 @vaelu 🙏
I'll check it out
@SolidAnonDev your stackblitz has an issue with the function used for `onSelectionChange` -> changing `e.data` to `e.value` properly enables selection: https://stackblitz.com/edit/vitejs-vite-fqt3cm?file=src%2FApp.tsx
@melloware The code for `Steps` does not make a distinction between an whether a `step` is currently active or not. Functionally, it should be exactly the same as how it...
@melloware sure I can take a look at implementing the functionality
@olsio @abkfenris please check this issue on highcharts, there is some more documentation and workarounds discussed there -> https://github.com/highcharts/highcharts/issues/20129
@jonsystems this was fixed on Highcharts' side: https://github.com/highcharts/highcharts/issues/20129
Agreed, this has not been fixed and should be addressed
This seems to be working correctly. Check this stackblitz and you can see that Checkboxes are using the correct Tailwind-defined styling: https://stackblitz.com/edit/yjnfsw?file=src%2FApp.jsx cc @melloware
thanks @Real-Gecko , however that app isn't using the `PrimeReactProvider` and is not set in unstyled mode - I assume that should also be added?