We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8e7bf commit 2089380Copy full SHA for 2089380
2 files changed
.changeset/form-qa-prop.md
@@ -0,0 +1,5 @@
1
+---
2
+'@cube-dev/ui-kit': patch
3
4
+
5
+Fix `Form` component not passing `qa` prop to the root element.
src/components/form/Form/Form.tsx
@@ -234,6 +234,7 @@ function Form<T extends FieldTypes>(
234
{...filterBaseProps(otherProps, { propNames: formPropNames })}
235
ref={domRef}
236
noValidate
237
+ qa={qa}
238
styles={styles}
239
mods={{
240
'has-sider': labelPosition === 'side',
0 commit comments