When a MudNumericField has ReadOnly set to true, it does not fire OnKeyDown events even if a key is pressed and the component has focus. When ReadOnly property is set to true, I would expect that the ...
The functionality should allow sending a message in two ways: by clicking the button or by typing Ctrl+Enter in the MudTextField component. It works well when I click ...