m-akinc

Results 13 comments of m-akinc

> Can you elaborate on this: > > > The FAST foundation number field has [spinbutton](https://www.w3.org/WAI/ARIA/apg/patterns/spinbutton/) semantics, so the input control should set the role attribute to "spinbutton". > >...

I also ran into this. It is a showstopper for our potential use case. The cause is a [`mousedown` handler](https://github.com/nhn/tui.editor/blob/0c5c11bac0b9954e2cac2ff2a081ce8c80a5f14d/apps/editor/src/ui/components/popup.ts#L32) on the document, installed by the base `Popup` class. It...

Also ran into this. In every story with `decorators: [withActions]`, I get the error: ``` TS2322: Type '(storyFn: PartialStoryFn) => T["storyResult"]' is not assignable to type 'DecoratorFunction'. Type 'unknown' is...

@chrisdholt Thanks for getting that merged! When you get a chance, can you kick off a release of `archives/fast-element-1`?

> I'll kick it off over the weekend, I'm going to try and get the site publishing for archive releases. Maybe this weekend? 🙏

> Need to get a cherry-pick in as well, which I've put up today (toolbar stealing focus) - like to take a look to ensure it doesn't concern your publish?...

It's not clear to me if/how this issue could manifest outside the use case of design tokens (i.e. without `fast-foundation`). Since `fast-foundation` and its design token system are going away,...

There can actually be space at the beginning as well, due to whitespace in/around the `startSlotTemplate`.

@bdbch Looks like aagash added the reproduction case you asked for. Could you or someone else please remove the "Needs Reproduction"/"Needs more info" tags so that this can be considered?