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.4k stars 1.19k forks source link

MudSelect Does not Select Item on Keystroke #8985

Open arbrod13 opened 4 weeks ago

arbrod13 commented 4 weeks ago

Bug type

Component

Component name

MudSelect

What happened?

When tabbing to a MudSelect control, typing the first letter of the item does not select the item in the list.

The Try.mudblazor link was created by clicking on the first example in the Select Documentation https://mudblazor.com/components/select#variants.

Expected behavior

When you begin typing into a select control, it should find the matching item in the list.

Reproduction link

https://try.mudblazor.com/snippet/pZNtb9owEMff8yV28yt4E5D2IHVtSjfWbZUGrUTVt5VxDvDk-LKzw1QqvvuchybQldFuUaTE9v_uf7-75PZ2LLWNWK6JX52M82SKBpWH61g4z9ouBHyXMzSxGNF8jijgo1VL4kvWC21jUT2jT-Q9pSO0HlmcdiBcbbILjyncSJNjLM66YiSzLFdKWxI9Af2D6jmGErzH56jPXcbo3EPmk34jDIsduoTymcGG7oq1CqsbyVpaH4v6JbrMvdEWk3_m3rKqy3wbvRvsI3lKfXT0fPWb6P3gEPmVXq9lC16t_gD_oo35D-xmJBZ_QelRjJITbWUot3d4lFtxn7VckaEXRo0lLwKLly-Mm2ahRqUfonYa2TlTlCDcl7my0HmtQBnpXBVcbleHW4Iqb_U3gZUp9hpFqy2uSTiDuJQcNwebzuN8jDIha-6gTjkp9Y2q34cJefwAfqkdFHeaEfswU3AUNhHar0FJC4rSTDJCVpTpHpvRCpl1YJ4RGTj_mUvjujT7UUTTPpCVZKDgxIGGQNbdOd7RMPqcbSUbRhV6XLM8wf4XKk_0em_ZOgi-ov8m3XIURtftQXxaugyj3e3hEAa7XbxIM4MpFg6F55y47F7JEkwh0S4z8i40kDm0IwxE27a3eyuqp3ZN0_Klraji3nQ2vwE

Reproduction steps

  1. Tab into a MudSelect Control
  2. Start typing
  3. (Nothing happens) ...

Relevant log output

No response

Version (bug)

7

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