TheBotDev
TheBotDev
Our component library is being loaded by Jest and we have several pages that don't include any Stencil components but still seem to load the script that adds the hydrated...
Issue picked up and reported in Snyk: https://snyk.io/vuln/SNYK-JS-STATICEVAL-1056765
## Context If you set a min/max on a number picker and hold down the increment/decrement button until you hit the min/max value, the number picker gets stuck at the...
## Context I have a form that should conditionally enable/disable the submit button. Currently I have to add individual handlers to every field to trigger a validation function. It would...
## Description - `function` -> `fn` (to prevent type confusion) - `String/HTMLElement` -> `String/HTMLElement/Selection` - `Array` -> `Array[Any]` (To prevent type error as Array is a generic) - `Array/Function` ->...
## Context When calling `.addRadio('Radio', ['a','b','c])` it is not possible to provide a different label from the actual value. This means either using the localised label as the data or...
The icon font (`hexagon-icons`) is a subset of font awesome and is awkward to maintain and update. As part of ongoing UX efforts, we are using `Font Awesome 5 Free`...
- [ ] Remove the deprecated `hx.format` object and children - #483 - [ ] Remove `hx-btn-invert` - #469 - [ ] Remove `hx.component` etc. - #244
Including the whole moment.js library just to test the functionality of the date localizer is probably not the best idea, although it may be possible to do. One solution would...
## Context Currently it is not possible to provide a date localizer when creating a new Date/Time picker, with it defaulting instead to an `en-GB` only version, or using `moment.js`...