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.21k stars 1.18k forks source link

Docs: Fix missing binding in TimePicker example #8804

Closed birdalicious closed 2 weeks ago

birdalicious commented 3 weeks ago

Docs - Time Picker: All time pickers in basic example bind to the same value

Description

Before the last time picker in the basic example was the only time picker not bound, so now all time pickers in basic example are bound to the same value.

How Has This Been Tested?

visually

Type of Changes

Checklist

henon commented 2 weeks ago

Thanks