feat: move back to textbox, add caret handling on click and focus.
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
mc:Ignorable="d">
|
||||
<StackPanel>
|
||||
<StackPanel HorizontalAlignment="Left">
|
||||
<TextBlock />
|
||||
<u:IPv4Box Width="500" />
|
||||
<u:IPv4Box />
|
||||
<u:IPv4Box ShowPort="True" />
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
||||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-preview5" />
|
||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" />
|
||||
<PackageReference Include="Semi.Avalonia" Version="0.1.0-preview5.1" />
|
||||
<PackageReference Include="Semi.Avalonia" Version="0.1.0-preview5.2" />
|
||||
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user