Jenna Smith

Results 129 comments of Jenna Smith

> I would also add to that that blur might not even be the right thing in most case? Yeah, for each component we decide to support these two events...

> But then would that make us inconcistent with React itself? I don't think so, we're just providing our own event like we do for most components, e.g. `onOpenAutoFocus`.

Our `onChange` works the same as the React `onChange`. Where do you think the inconsistency is?

This has been [requested again on discord](https://discord.com/channels/752614004387610674/803656530259738674/900702089108389918). In the meantime, it can be controlled to achieve the expectation https://codesandbox.io/s/dazzling-mahavira-u7yr6?file=/App.js

When the menu is open, it seems to behave the same as dropdown menu from what I can see so is there an edge case I'm missing? What would you...

Everything highlighted so far seems to be what the controlled API is for, including our exposed DOM events like `onKeyDown` for the right/left keys on items so seems it should...

Agreed, sweet. Well, feel free to take a stab at this one then if interested @luisorbaiceta 💛

> it currently is not possible to change the state of the checkbox component when javascript is disabled @benoitgrelard it sounds like another progressive enhancement request.

Ah I see the issue here... @Kinbaum it would be good to understand your use-case? why do you need to set a `max-height`? ![CleanShot 2022-02-25 at 10 03 14](https://user-images.githubusercontent.com/175330/155696466-46459994-c4bd-4331-90eb-5392ade9614d.gif)

@asherccohen I'm not sure if we would provide an API like that. We try to provide a minimal API surface that gives you all the information you need to be...