basher
basher
Please see https://github.com/basher/react-no-webpack This is a simple React UI library POC. I want to use CSS Modules **without using Webpack**. The error happens when parsing https://github.com/basher/react-no-webpack/blob/master/src/lib/components/WidgetCSS/WidgetCSS.css This is imported inside...
Hi Arian, See http://thelawyercpdselfservicedesign.abasoft.co.uk/_datepicker+validation.html I have added a function to allow DELETE & BACKSPACE keys to empty the date fields: $$('input.calendar').each(function(el){ el.addEvent('keydown', function(event) { if (event.key == 'delete' || event.key...
Hi Arian, You may remember a few weeks back you implemented a change (requested by me at Abacus) whereby it was possible to trigger multiple calendar popups on the same...
I bumped my Astro website Node version to 20 earlier today, but discovered I could no longer build and deploy via Github pages. There's a [related Node 20 bug](https://github.com/withastro/action/issues/40), which...
### Describe the bug I'm creating a new UI component library for an existing web app in Storybook/HTML. Component HTML contains inline `` tags, which are getting stripped out of...