Skip to content

Commit 2089380

Browse files
committed
fix(Form): pass qa prop
1 parent ce8e7bf commit 2089380

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/form-qa-prop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ function Form<T extends FieldTypes>(
234234
{...filterBaseProps(otherProps, { propNames: formPropNames })}
235235
ref={domRef}
236236
noValidate
237+
qa={qa}
237238
styles={styles}
238239
mods={{
239240
'has-sider': labelPosition === 'side',

0 commit comments

Comments
 (0)