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

Can't put anything inside a TabPanel #172

Open
tv42 opened this issue Feb 19, 2023 · 2 comments
Open

Can't put anything inside a TabPanel #172

tv42 opened this issue Feb 19, 2023 · 2 comments

Comments

@tv42
Copy link

tv42 commented Feb 19, 2023

  1. Visit https://openchakra.app/
  2. drag "Tabs (preset)" onto the grid
  3. try to drag anything, e.g. Input, into the TabPanel that says "One !"
  4. observe the new component getting inserted into TabPanels, not one TabPanel
    <Tabs size="md">
      <TabList>
        <Tab>One</Tab>
        <Tab>Two</Tab>
      </TabList>
      <TabPanels>
        <TabPanel>One !</TabPanel>
        <TabPanel>Two !</TabPanel>
        <Input />
      </TabPanels>
    </Tabs>
@tv42
Copy link
Author

tv42 commented Feb 19, 2023

Same thing seems to be true for ListItem, everything dropped there goes straight under the List.

@zerowithzero
Copy link

Yeah I got the issue
image
When I'm dragging input even after selecting that One! written component, it's not going inside.
I can fix it

SeghirOumo added a commit to Wappizy/openchakra that referenced this issue Sep 2, 2024
SeghirOumo added a commit to Wappizy/openchakra that referenced this issue Sep 4, 2024
Bastien-Wappizy added a commit to Wappizy/openchakra that referenced this issue Oct 2, 2024
Bastien-Wappizy added a commit to Wappizy/openchakra that referenced this issue Oct 2, 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