MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.22k stars 1.18k forks source link

MudSelectItem - Options with no Blanks between fields #8812

Open TseleF opened 3 weeks ago

TseleF commented 3 weeks ago

Bug type

Component, Docs (mudblazor.com)

Component name

MudSelectItem

What happened?

When fields have blanks in between the words within the field name, these spaces/blanks cannot be seen.

Expected behavior

The spaces between the words should be as many as the value have.

Reproduction link

https://try.mudblazor.com/snippet

Reproduction steps

1.Create a MudSelect

  1. Create some MudSelectItems with many spaces between words
  2. Open the dropdown to see the options (https://github.com/MudBlazor/MudBlazor/assets/153096270/113574e0-a0c9-4acc-bc4b-b61ad0ef2cf6)

Relevant log output

No response

Version (bug)

6.10.0

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On which operating systems are you experiencing the issue?

Windows

Pull Request

Code of Conduct