diff --git a/Source/Blazorise/Components/NumericEdit/NumericEdit.razor.cs b/Source/Blazorise/Components/NumericEdit/NumericEdit.razor.cs index 413f0768a0..b5e51a5b7d 100644 --- a/Source/Blazorise/Components/NumericEdit/NumericEdit.razor.cs +++ b/Source/Blazorise/Components/NumericEdit/NumericEdit.razor.cs @@ -22,12 +22,12 @@ public partial class NumericEdit : BaseTextInput, IAsyncDisposab /// /// True if the TValue is an integer type. /// - private bool isIntegerType; + private readonly bool isIntegerType; /// /// Contains the correct inputmode for the input element, based in the TValue. /// - private string inputMode; + private readonly string inputMode; /// /// Indicates if parameter is defined.