Use DropDown in project
Is there an existing issue for this?
- [x] I have searched the existing issues
Describe the bug
I need to use your dropdown component in my project. Since I am not using Bit Layout, is it possible for me to use this component in my pages? After adding it to my pages, I got the following image.
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue.
@ArvinDev1400 can we have a sample source code for this issue?
and it seems this issue is a duplicate of #9728, isn't it?
Yes, of course I will send it. I think #9728 refers to receiving information. Our problem is with the design.
<BitDropdown
Label="@Label"
@bind-Value="Value"
ShowSearchBox
ShowClearButton
AutoFocusSearchBox
NoBorder
Items="_dropdownItems"
DropDirection="BitDropDirection.TopAndBottom"
SearchBoxPlaceholder="@Localizer[nameof(AppStrings.Search)]"
Styles="@(new() { Container = "background-color: var(--mud-palette-appbar-background); border-bottom:1px solid var(--mud-palette-lines-inputs)",
Callout = "border-radius:.4rem;background-color: var(--mud-palette-appbar-background);" })"
/>
Unfortunately, this code sample doesn't help us investigate the issue. We would appreciate it if you could send us sample code to reproduce the issue (with C#, Razor, CSS, and ...).
I'm closing this issue since there has been no activity for a long time. Feel free to open it if you have any new information to help us investigate this issue.