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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Modal closing on when clicking on "no results found" inside an auto complete #93

Open
alexasselin008 opened this issue Mar 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alexasselin008
Copy link
Member

Describe the bug

image

Steps to reproduce

In the doc, enter the following code:

<ModalTrigger>
    <Button variant="secondary">Open</Button>
    <Modal>
        <Heading>Test Modal</Heading>
        <Content>
            <Autocomplete>
                <Item>Item 1</Item>
                <Item>Item 2</Item>
                <Item>Item 3</Item>
            </Autocomplete>
        </Content>
    </Modal>
</ModalTrigger>

open the modal, type "oooo", and click on the no results found

Expected results

The modal should not close

@alexasselin008 alexasselin008 added the bug Something isn't working label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant