gravity-ui / uikit

Home Page:https://gravity-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

a1eksandrk opened this issue · comments

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