Elliott Marquez

Results 115 comments of Elliott Marquez

The same issues are happening on Chrome in the W3C's combobox examples here: https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html Should I file a different issue for combobox or is adding onto this bug the same...

Again please let me know if this should necessitate its own issue. For the case of combobox with has-popup announcing expanded / collapsed: ### Steps to Reproduce: 1. Open W3C...

Heya, @javinc, thanks for the PR and sorry for the late review. I see that this can run into issues if the key or the value is undefined, but can...

see #207 `null` typically means that a value has specifically been set to be empty. `undefined` typically means that it was never set. I think that the best course of...

Heya, @mercmobily, that sounds like a pretty great idea! Would you mind submitting a PR? My only requests would be to put curly braces around the for loop's contents and...

Thanks for the interest, @mercmobily, unfortunately our team hasn't set up a collaborators team on Github yet so I can't assign this issue to you. How about forking the repo,...

Hello, I am back on Material web 😅 now. Currently md-menu has the same approach. We are putting our bets on `popover`'s native `top-layer` approach. Until `popover` ships across all...

I am working on a PR to enable `popover` in menu. It will use popover in browsers that support it and will fallback to `position: fixed` which is not a...

Fixed with `md-list-item-link` in M3