EMaderbacher
EMaderbacher
What is the purpose of NotifyFieldChanged at https://github.com/chanan/BlazorStrap/blob/610cef351fb7de5a78aec71064a521588e7a7ff1/src/BlazorStrap/Shared/Components/Forms/BlazorStrapInputBase.cs#L153C17-L153C75? In my case `EditContext.IsModified()` returns `true` after I'm running `EditContext.Validate()`, even when no value has been changed
The alerts have a title with an icon and for example the text **Note**. Is this also possible for Bootstrap alerts?
### 🚀 Feature Request Currently the CSS `hypens: auto;` is only supported by Chromium headless. According to [#34067](https://github.com/microsoft/playwright/issues/34067#issuecomment-2566297488) the support will be removed with v1.50. Would be nice to have...
I've for example following markdown: ```markdown * List item 1 * List item 2 > [!NOTE] > Some note. ``` Till Version 0.39.1 it's rendered like that:  Starting with...