Luke Warlow

Results 588 comments of Luke Warlow
trafficstars

> That definitely seems like a bug to me. If an input changes, a change event should be fired. Perhaps more nebulous would be the input event. I can see...

![image](https://github.com/openui/open-ui/assets/32498324/31b7b1b4-b422-4814-bfa3-04d692446b8d) Okay I'm remembering all the jank with change and input events 😅

I agree this would be a big win. I'm working on pushing research for search soon based on my research into browsers pseudos. There's also the magnifying glass that some...

Now I want to make sure we don't fall in the trap of letting invokers solve problems we should be fixing in CSS, that being said I wonder if a...

Do you happen to have a similar post about steppers for number input. I'd love to understand the accessibility implications. So far all I can find is that you should...

Per https://drafts.csswg.org/css-forms-1/#selectordef-clear-icon (needs further speccing but it's a start) and the recent decision to add a reset/clear command to the future invokers list I think this is addressed?

This is something that's come up for something before. We currently don't expose the type of interest (hover, focus, long press). Maybe we should do that so you could at...

This also begs the question stuff like pseudo class state can apply to pseudo elements how do we deal with this nesting?

I believe with the proposed openable API and some CSS to switch which button is visible you can handle the switch from popover to openable element relatively easily? Going to...

Dialog doesn't allow tabindex and I suspect should also not allow focusgroup