olaf-k
olaf-k
## 📖 Description This PR removes the `readonly` state for the Slider component in an effort to keep it close to the `input range`'s behavior. [The specs for the latter...
# 🐛 Bug Report Pretty much as it says on the tin 😁 ## 💻 Repro or Code Sample Can be reproduced on https://explore.fast.design/components/fast-radio-group if you update the code snippet...
# 🐛 Bug Report Not that much of a bug really but I noticed the search text input had a dedicated `search` component in fast-foundation, while other variants of the...
first off, thank you @mxschmitt for this very useful repo; it is a great example short of a native PW feature. I was wondering how I would go about adapting...
# 🐛 Bug Report The `` lacks some attributes present on the native component. ## 💻 Repro or Code Sample Missing attributes ([based on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)): `autocapitalize` (nonstandard), `dirname`, `autocomplete` (nonstandard),...
# Pull Request ## 📖 Description This is an attempt at fixing the following: 1. updating the anchor's `aria-describedby` even when the attribute does not exist in the first place...