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

a strange bug:submenu all pulled forcible #160

Open
RiniceSiberia opened this issue Mar 31, 2022 · 0 comments
Open

a strange bug:submenu all pulled forcible #160

RiniceSiberia opened this issue Mar 31, 2022 · 0 comments

Comments

@RiniceSiberia
Copy link

as video

1648722967640.mp4

`



Dropdown

                                        <div class="dropdown-menu">
                                            <div class="dropdown dropright dropdown-submenu">
                                                <button class="dropdown-item dropdown-toggle" type="button" data-toggle="dropdown">Action</button>

                                                <div class="dropdown-menu">
                                                    <button class="dropdown-item" type="button">Sub action</button>

                                                    <div class="dropdown dropright dropdown-submenu">
                                                        <button class="dropdown-item dropdown-toggle" type="button">Another sub action</button>

                                                        <div class="dropdown-menu">
                                                            <button class="dropdown-item" type="button">Sub action</button>
                                                            <button class="dropdown-item" type="button">Another sub action</button>
                                                            <button class="dropdown-item" type="button">Something else here</button>
                                                        </div>
                                                    </div>

                                                    <button class="dropdown-item" type="button">Something else here</button>
                                                    <button class="dropdown-item" type="button" disabled>Disabled action</button>

                                                    <div class="dropdown dropright dropdown-submenu">
                                                        <button class="dropdown-item dropdown-toggle" type="button">Another action</button>

                                                        <div class="dropdown-menu">
                                                            <button class="dropdown-item" type="button">Sub action</button>
                                                            <button class="dropdown-item" type="button">Another sub action</button>
                                                            <button class="dropdown-item" type="button">Something else here</button>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>

                                            <div class="dropdown-header">Dropdown header</div>

                                            <div class="dropdown dropright dropdown-submenu">
                                                <button class="dropdown-item dropdown-toggle" type="button">Another action</button>

                                                <div class="dropdown-menu">
                                                    <button class="dropdown-item" type="button">Sub action</button>
                                                    <button class="dropdown-item" type="button">Another sub action</button>
                                                    <button class="dropdown-item" type="button">Something else here</button>
                                                </div>
                                            </div>

                                            <button class="dropdown-item" type="button">Something else here</button>
                                            <div class="dropdown-divider"></div>
                                            <button class="dropdown-item" type="button">Separated link</button>

                                        </div>
                                    </div>
                                `
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

1 participant