BPT

Time Selector

The BptTimeSelector component provides a spinner-based time picker with hour/minute steps, 12/24-hour format toggle, min/max constraints, keyboard and scroll-wheel support, and a Now/Clear footer.

Time Selector Parameters

Value: (none)

Current Configuration
📋 [+]
<BptTimeSelector @bind-Value="selectedTime"
                 OnTimeSelected="HandleTimeSelected" />

@code {
    private TimeSpan? selectedTime;

    private void HandleTimeSelected(TimeSpan? time)
    {
        Console.WriteLine($"Selected: {time}");
    }
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.