Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit 1b387a0

Browse files
committed
Disable IME on the text box for inputing the symbol.
1 parent 80b7111 commit 1b387a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ShSzStockHelper/HomeWindow.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5+
xmlns:input="clr-namespace:System.Windows.Input;assembly=PresentationCore"
56
xmlns:Property="clr-namespace:ShSzStockHelper.Properties"
67
xmlns:Syncfusion="http://schemas.syncfusion.com/wpf"
78
xmlns:SyncfusionSkin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
@@ -57,6 +58,7 @@
5758

5859
<Border Grid.Column="0" Background="Transparent">
5960
<Syncfusion:SfTextBoxExt x:Name="textBoxSymbol"
61+
input:InputMethod.IsInputMethodEnabled="False"
6062
TextChanged="TextBoxSymbol_TextChanged"
6163
Watermark="{x:Static Property:Resources.TextBoxSymbol_WaterMark}"
6264
WatermarkTemplate="{StaticResource TextBoxWatermarkTemplate}"

0 commit comments

Comments
 (0)