Replies: 1 comment 5 replies
-
Hello, While not knowing exactly what you're doing. If this does not help, please provide a reproducible of your problem! Thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built an app for some purpose and get an autocomplete to handle some searching result, but the dropdown shows on top of the input box and can't see the input box (but both of them works like a charm).
I use flexbox in my CSS to handle the responsibility and use a LayoutHeader in the main page.
I works in Blazor Hybrid with Blazorise latest version.
I have not set an exact height and width for the container div or the LayoutHeader or the Autocomplete
I have no idea how to get the dropdown list locates in its correct place.
Beta Was this translation helpful? Give feedback.
All reactions