Implemented reading input from the textbox instead of connectors
This commit is contained in:
@@ -273,7 +273,8 @@
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="{Binding Title}"
|
||||
Margin="0 0 5 0" />
|
||||
<TextBox Text="{Binding Value}"
|
||||
<TextBox Text="{Binding UserInput, UpdateSourceTrigger=PropertyChanged}"
|
||||
MinWidth="60"
|
||||
Visibility="{Binding IsConnected, Converter={shared:BooleanToVisibilityConverter Negate=True}}" />
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
|
||||
Reference in New Issue
Block a user