Hello,
This demo is not working.
It returns a exception:
Unhandled Exception:
System.NotSupportedException: Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.
at
private void InitializeComponent() {
this.LoadFromXaml(typeof(MainPage));
numericUpDown = this.FindByName<global::Syncfusion.SfNumericUpDown.XForms.SfNumericUpDown>("numericUpDown");
}