Skip to content
New issue

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

Review proportions when two fields are next to each other #2948

Open
GuillaumeRx opened this issue Dec 11, 2024 · 0 comments
Open

Review proportions when two fields are next to each other #2948

GuillaumeRx opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@GuillaumeRx
Copy link
Contributor

GuillaumeRx commented Dec 11, 2024

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>
@david0xd david0xd self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants