diff --git a/src/Compatibility/Core/src/WinUI/EditorRenderer.cs b/src/Compatibility/Core/src/WinUI/EditorRenderer.cs index cf280f897991..45f3b749df2b 100644 --- a/src/Compatibility/Core/src/WinUI/EditorRenderer.cs +++ b/src/Compatibility/Core/src/WinUI/EditorRenderer.cs @@ -249,6 +249,7 @@ void UpdateFont() _fontApplied = true; } + [PortHandler("Still pending to port IsSpellCheckEnabled")] void UpdateInputScope() { Editor editor = Element; diff --git a/src/Controls/samples/Controls.Sample/Pages/Controls/EditorPage.xaml b/src/Controls/samples/Controls.Sample/Pages/Controls/EditorPage.xaml index 760c40a1e2f7..1cba067e2ef7 100644 --- a/src/Controls/samples/Controls.Sample/Pages/Controls/EditorPage.xaml +++ b/src/Controls/samples/Controls.Sample/Pages/Controls/EditorPage.xaml @@ -29,6 +29,11 @@ +