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

See https://github.com/openui/open-ui/pull/967 for a PR by @spookylukey >See: > - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number > - https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/stepUp > - https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/stepDown > The idea is that with this in place, we could easily create...

discussion
invokers

Currently the invoker implementations don't check for a user gesture (i.e. `navigator.userActivation.isActive`). Given invokers do multiple things, some of which require a user gesture, below is a list of things...

needs edits
stale
invokers

Should we require action names to be a dashed ident like "--action" or have a hyphen in them like "custom-action"? I'm thinking of cases where someone might add their own...

needs edits
invokers

Add a number input explainer along with a proposed anatomy See https://github.com/openui/open-ui/pull/784 for the iniitial research PR. Once that's landed this changeset should get simpler.

Fixes #845 Legacy Anatomies: ![image](https://github.com/openui/open-ui/assets/32498324/4830c97e-5abf-4515-b9f2-40e43ee9387c) New Antomies: ![image](https://github.com/openui/open-ui/assets/32498324/70b88742-91d9-4695-b49a-ef347cde66c2)

Similar to https://github.com/openui/open-ui/issues/921 but more to discuss if we should even be Prefetching the sidebar links? Prefetch should be used where a navigation is likely. For example we should prefetch...

openui-site
discussion
stale

See https://github.com/whatwg/html/issues/9373 for more context about this issue. Also see [the notes from the 2023 TPAC meeting](https://docs.google.com/document/d/1V6_s_VsaWcI9J-ZATbIKKijn59JbVmRMsHXYyH29sho/edit#heading=h.9gswhzv85q2). There's a desire to add an attribute on `` that adds "light dismiss"...

One of the reasons (though there are others) that people want to implement custom tooltips is because the one produced by use of the `title` attribute lacks any way to...

stale

As per the discussion on https://github.com/openui/open-ui/issues/610 we briefly discussed how there is not presently a way to style the invoking element of a popup based on the current state. Presently,...

popover
invokers