Jonathan Meyer

Results 7 issues of 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...

improvement
status:under-consideration
area:fast-foundation

# 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
area:fast-foundation
community:request
compliance:a11y

# πŸ› 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;`...

status:triage

# πŸ™‹ 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...

area:fast-foundation
community:request

# πŸ™‹ 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...

status:triage

# πŸ› 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....

bug
status:needs-investigation
area:fast-foundation
community:request