We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify that the form component doesn't try to take more than 50% of space when put in a row
To reproduce:
<Form name="form"> <Box direction="horizontal"> <Field label="foo"> <Selector title="bar" name="test"> <SelectorOption value="one"> <Card title="test" value="test" /> </SelectorOption> </Selector> </Field> <Field label="baz"> <Input name="baz" placeholder="Enter something..." /> </Field> </Box> </Form>
The text was updated successfully, but these errors were encountered:
david0xd
No branches or pull requests
Verify that the form component doesn't try to take more than 50% of space when put in a row
To reproduce:
The text was updated successfully, but these errors were encountered: