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

With the evolution of popover, developers got the ability to use a button to toggle the displaying of a popover element in the top layer without the need for JavaScript....

Just an idea but is it worth us adding an invokeaction for controlling the looping of an element? A loop control was bought up https://github.com/openui/open-ui/issues/213

stale
invokers

Opening this so we make sure to consider making the default styling for the select element adhere to the 24x24px target size minimum, per the new WCAG 2.2 requirement. While...

select

This seems like a great idea. The only concern I have is if there are any security implications? It doesn't seem out of line with other attributes (like specifying the...

stale
invokers

I was just trying to change the color of the marker in the selectlist's default button, which can be accessed via `::marker` - although I haven't implemented this in the...

select

Currently the anatomy that can be defined for a component in a design system is rather limited. Just an array of names with a description. It's also displayed rather simply...

discussion

https://github.com/openui/open-ui/issues/872 gave rise to the potential benefit of a loseinterest option again. If we would have a manual popover that also gets triggered with interest. What happens when we lose...

invokers

The invokers proposal is a brilliant addition and really helps solve some of the developer ergonomic issues with dialogs (along with much more). However, it misses one key case as...

Is there a way to feature detect the currently supported actions by the browser? This would be particularly helpful in future when new actions are added that aren't in the...

stale
invokers

Question in the explainer: https://open-ui.org/components/switch.explainer/#methods Existing input elements don't have a toggle method. The value of checkboxes for example can be set trough the `.value` property in JavaScript. Switches only...