bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Use DropDown in project

Open ArvinDev1400 opened this issue 1 year ago • 4 comments

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.

Image

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

ArvinDev1400 avatar Apr 21 '25 19:04 ArvinDev1400

Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue.

msynk avatar Apr 21 '25 22:04 msynk

@ArvinDev1400 can we have a sample source code for this issue?

and it seems this issue is a duplicate of #9728, isn't it?

msynk avatar Apr 23 '25 07:04 msynk

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);" })"
/>

ArvinDev1400 avatar Apr 23 '25 07:04 ArvinDev1400

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 ...).

msynk avatar Apr 23 '25 09:04 msynk

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.

msynk avatar Jul 27 '25 13:07 msynk