open-ui icon indicating copy to clipboard operation
open-ui copied to clipboard

Maintain an open standard for UI and promote its adherence and adoption.

Results 287 open-ui issues
Sort by recently updated
recently updated
newest added

The proposal doc takes about supplemental content as a feature. We should define what this means.

Tabs
discussion
waiting
stale
needs-champion

I am actively authoring a blog post that will go beyond what I said in this [comment](https://github.com/openui/open-ui/issues/1017#issuecomment-2109117089) but I think we need to make some decisions and start moving forward...

Here's a basic tooltip example: ```html ? Tooltip ``` The desired behavior, for a tooltip, is: 1. When the `?` button is hovered/focused/etc for a short while ("interest"), the popover...

agenda+

Our latest idea is that in order to support "split buttons" where one button has the `` and does something author defined and another button actually opens the popover, we...

select
agenda+

I remember that an earlier version of the explainer (when it was still called ``) explicitly pointed out the fact that unlike the `` element, `` would not be allowed...

Similar to [`stepUp` and `stepDown`](https://github.com/openui/open-ui/issues/968) it would be helpful to be able to invoke setRangeText to insert a string into a textarea or an input. This would require being able...

# Toggle Buttons Firstly I'd like to acknowledge that the term "toggle button" is incredibly overloaded, so the TLDR is a native "aria-pressed" toggle button. ## Problem It's common in...