File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 67
67
<Label Text =" Simple set of TextFields." FontSize =" Subtitle" Margin =" 20" />
68
68
69
69
<VerticalStackLayout StyleClass =" ControlPreview" Spacing =" 12" >
70
- <material : TextField Title =" Name" />
70
+ <material : TextField Title =" Name" AllowClear = " True " />
71
71
<material : TextField Title =" Surname" />
72
72
<material : TextField Title =" Age" Keyboard =" Numeric" />
73
73
</VerticalStackLayout >
Original file line number Diff line number Diff line change 57
57
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
58
58
<PackageReference Include =" ReactiveUI.Fody" Version =" 19.5.1" />
59
59
<PackageReference Include =" Bogus" Version =" 35.4.0" />
60
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.0" />
61
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion) " />
60
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.0" />
61
+ <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" 9.0.50 " />
62
62
</ItemGroup >
63
63
64
64
<ItemGroup >
81
81
82
82
<ItemGroup >
83
83
<MauiXaml Update =" Resources\Styles\Override.xaml" >
84
- <Generator >MSBuild:Compile</Generator >
84
+ <Generator >MSBuild:Compile</Generator >
85
85
</MauiXaml >
86
86
</ItemGroup >
87
87
88
+ <ItemGroup >
89
+ <PackageReference Update =" Microsoft.Maui.Controls" Version =" 9.0.50" />
90
+ </ItemGroup >
91
+
88
92
</Project >
You can’t perform that action at this time.
0 commit comments