Skip to main content

Blazor Bootstrap v1.5.0

· One min read

We are excited to release 1.5.0 with new DateInput component and other updates!!!

Blazor Bootstrap: DateInput Component

What's new

  • DateInput component
    • Generic type: DateOnly, DateOnly?, DateTime, and DateTime? data types supported
    • Max and Min range
    • Disable
    • Validations
    • ValueChanged event

What's changed

  • Offcanvas component

    • Render different components dynamically within the modal without iterating through possible types or using conditional logic.
    • If dynamically-rendered components have component parameters, pass them as an IDictionary<string, object>.
    • Pass event callbacks to a dynamic component.
  • Button component

    • Dynamic tooltip support added
  • Tooltip component

    • Dynamic tooltip support added