Skip to content
#

design-system

Here are 1,268 public repositories matching this topic...

grommet
bikutadesign
bikutadesign commented Mar 26, 2022

Without the valueLabel I'm able to retrieve the event.target.name value 🥳

<Select
    name="country"
    value={value}
/>

(event) => event.target.name === 'country'

Without the valueLabel filled I'm not able to retrieve the event.target.name 😭

<Select
    name="country"
    value={value}
    valueLabel={<Text>{value}</Text>}
/>

(event) =
good first issue bug
H3lloTom
H3lloTom commented Dec 24, 2021

Which Component Need Enhancement 期望新增功能的组件

  • Progress

What does the proposed API look like 期望支持的API

stroke属性支持渐变色

Feature Description 功能描述

Progress支持线性渐变颜色

Additional information 补充说明

目前type="line",stroke传入到background-color属性,然而该属性并不支持渐变色。

good first issue feature request PR Welcome
polaris
theme-ui
MuhammadJamaluddin
MuhammadJamaluddin commented Nov 15, 2021

Is your feature request related to a problem? Please describe.
I don't think Theme UI should be opinionated on which SVGs should be used for the Radio & CheckBox components

Describe the solution you'd like
Probably an additional prop called customIcon maybe... based on which we could conditionally render the passed SVG icon otherwise we use the default icons?

**Describe alter

enhancement help wanted good first issue @theme-ui/components
eui
cchaos
cchaos commented Mar 16, 2022

I noticed a "bug" in Kibana and subsequently EUI's component, that when you escape to close the popover you can get it back unless you re-type. It's not a huge-workaround, but I would assume anytime your in a search box that hitting enter shows the results so I think we should just ensure the popup is visible on enter.

Here's a video, but you can't tell what keys I'm pressing.

https://

bug assign:anyone good first issue

Improve this page

Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."

Learn more