MudBlazor/MudBlazor

MudTimePicker pressing tab does not update the field

Open

#13127 opened on Apr 27, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (10,394 stars) (1,631 forks)batch import
bughelp wanted

Description

Before reporting

  • I searched existing issues
  • I tried in private/incognito browser

What went wrong?

Pressing Tab does not update binding when the user select 6 AM in the MudTimePicker.

Reproduction link

https://try.mudblazor.com/snippet/GOcAuIwBTPxOdYrC

Reproduction steps

  1. Open the MudTimePicker menu.
  2. Select 6 for 6:00 am.
  3. Press Tab
  4. Focus moves to the second MudTimePicker but the first is blank despite a legitimate time entry / selection.

Version (bug)

9.4.0

Version (working)

N/A

Environment

Chrome

Blazor rendering mode

Server

Contributor guide