Jonathan Meyer
Jonathan Meyer
# π Bug Report I brought up this behavior in this [Discord post](https://discord.com/channels/449251231706251264/482296787021856768/1005149970665574501) in order to determine if there was an explicit reason why the `Combobox` didn't update its value...
# Pull Request ## π Description This is a cherry-pick of [PR #6145](https://github.com/microsoft/fast/pull/6145) that went into `archives/fast-element-1`. ### π« Issues - #6142 - #6111 - #6106 ## π©βπ» Reviewer Notes...
# π Bug Report Currently, the Combobox doesn't forward its `aria-label` attribute to the `input` element in its template. This flags the component as not being ARIA-compliant with tools like...
# π Bug Report If you provide FAST components as the cell element inside a `` element, and then make the `` elements stick through using the CSS `position: sticky;`...
# π Feature Request We have a need to provide filtering capability for the `Select`, which was a mostly painless process, save for one unfortunate implementation hack. Ultimately, we had...
# π Feature Request Many languages use diacritics (i.e. the glyphs seen on letters like "ΓΌ", "Γ³", "Γ΄", etc...) in their spelling , which is often presented in components like...
# π Bug Report If you simply change a `fast-number-field` (or some other component derived from `fast-foundation` `NumberField`) to be disabled, and set its value to a fractional value (e.g....