Ben Elan
Ben Elan
Although not ideal, adding a `prebuild` NPM script can work around this issue: ```json "prebuild": "if [ ! -f ./src/components.d.ts ]; then touch ./src/components.d.ts; npm run build; fi", ```
Unfortunately, in `beta.94` it doesn't let you paste valid hex at all now. ~~Also, should it be using `internalSetValue()` instead of only setting the Input's value?~~ https://github.com/Esri/calcite-components/blob/ed9306124c6b0570fe3606a47b33840aeab129bb/src/components/color-picker-hex-input/color-picker-hex-input.tsx#L187 ~~The way it...
Sure, @macandcheese do you have any design thoughts?
Hi Jannet, we can use this issue, I just changed the labels. Thanks!
It seems like this repo is no longer maintained. Luckily it's a small action and I was able to clean it up and add it to a workflow using [`actions/github-script`](https://github.com/actions/github-script)....
This came up in a [Community question](https://community.esri.com/t5/calcite-design-system-questions/format-labels-values-on-slider/m-p/1173994#M137) as well.
@bsvensson @daniellaumer can I have some help verifying that this issue is resolved? I don't have a touch laptop. Thanks!
Before: https://codepen.io/benesri/pen/wvmmLJW After: https://codepen.io/benesri/pen/NWYYZpb
Thank you both for testing, I'm assigning this issue back to dev.
Thanks for the feedback! To provide some background, [here is the bot](https://github.com/marketplace/actions/need-more-info) I created to check for samples. It works by checking for text specified in [a config](https://github.com/Esri/calcite-components/blob/master/.github/need-info.yml). I'll find...