havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
475 stars 66 forks source link

To allow using CalendarIcon with InputGroups on HxInputDate #774

Closed crdo closed 5 months ago

crdo commented 5 months ago

This PR implements changes needed for #773.

1) Adjusted component structure 2) Added styles needed for removing borders on input if InputGroup is used 3) Added HasStartInputGroupEffective bool to control the rendering of css classes needed for styling 4) Removed "hx-input-date-predefined-dates" css calss as no usage found