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
486 stars 67 forks source link

[HxRadioButtonList] renders empty div after items #834

Closed alexax578 closed 3 months ago

alexax578 commented 3 months ago

https://havit.blazor.eu/components/HxRadioButtonList Even when looking at the basic usage example in the documentation, this empty div shows up after the form-check divs representing items: image

This div messes up custom styles that we are trying to apply to the component (mainly spacing).

hakenr commented 3 months ago

It is a HxValidationMessage rendered with each HxInputBase-derived component, unless you set ValidationMessageMode="ValidationMessageMode.None".