feat: try to fix trimming issue.
This commit is contained in:
@@ -12,7 +12,7 @@ public abstract class NumberDisplayerBase : TemplatedControl
|
||||
nameof(InternalText), o => o.InternalText, (o, v) => o.InternalText = v);
|
||||
private string _internalText;
|
||||
|
||||
internal string InternalText
|
||||
public string InternalText
|
||||
{
|
||||
get => _internalText;
|
||||
set => SetAndRaise(InternalTextProperty, ref _internalText, value);
|
||||
|
||||
Reference in New Issue
Block a user