Martin Fiala
Results
2
issues of
Martin Fiala
(+) A component that adds scrolling to the first validation message of an edit context form. The API requires to use a wrapper around the input fields to ensure rendering...
When I change the default icon of HxModal ```cs HxModal.Defaults.CloseButtonIcon = MyIcons.Close; ``` The close buttons on the modal loses its layout styling, because of [these lines](https://github.com/havit/Havit.Blazor/blob/0f0222553db05959c665a57bebf207111849ea71/Havit.Blazor.Components.Web.Bootstrap/Modals/HxModal.razor#L23): ```cs if (CloseButtonIconEffective...