gravity-ui / uikit

https://gravity-ui.com
MIT License
516 stars 84 forks source link

Bug(Select): ID does not get into the control component #1600

Closed a1eksandrk closed 2 weeks ago

a1eksandrk commented 1 month ago

Usage:

<FormRow fieldId="select" label="Label" direction="column">
  <Select id="select" placeholder="Template" />
</FormRow>

Result:

image

Sandbox: https://stackblitz.com/edit/vitejs-vite-fazud2?file=src%2FApp.jsx,src%2Fmain.jsx&terminal=dev

GermanVor commented 1 month ago

https://github.com/gravity-ui/uikit/pull/1604