File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
9.0/Apps/DeveloperBalance Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 7373 <PackageReference Include =" CommunityToolkit.Maui" Version =" 11.1.1" />
7474 <PackageReference Include =" Microsoft.Data.Sqlite.Core" Version =" 8.0.8" />
7575 <PackageReference Include =" SQLitePCLRaw.bundle_green" Version =" 2.1.10" />
76- <PackageReference Include =" Syncfusion.Maui.Toolkit" Version =" 1.0.5 " />
76+ <PackageReference Include =" Syncfusion.Maui.Toolkit" Version =" 1.0.6 " />
7777 </ItemGroup >
7878
7979</Project >
Original file line number Diff line number Diff line change 3636 Text =" {Binding Description}" SemanticProperties.Description=" Description" />
3737 </sf : SfTextInputLayout >
3838
39- <sf : SfTextInputLayout
40- Hint =" Category" >
41- <Picker
42- ItemsSource =" {Binding Categories}"
43- SelectedItem =" {Binding Category}"
44- SelectedIndex =" {Binding CategoryIndex}"
45- SemanticProperties.Description=" Category" />
39+ <sf : SfTextInputLayout
40+ Hint =" Category"
41+ SemanticProperties.Description=" ComboBox to Select Category"
42+ SemanticProperties.Hint=" State Collapsed" >
43+ <Picker SemanticProperties.Hint=" Select the category for the project"
44+ ItemsSource =" {Binding Categories}"
45+ SelectedItem =" {Binding Category}"
46+ SelectedIndex =" {Binding CategoryIndex}"
47+ SemanticProperties.Description=" Category State Expanded" />
4648 </sf : SfTextInputLayout >
4749
4850 <Label
Original file line number Diff line number Diff line change 3535 SemanticProperties.Hint=" Indicates if this task is completed" />
3636 </sf : SfTextInputLayout >
3737
38- <sf : SfTextInputLayout
39- IsVisible =" {Binding IsExistingProject}"
38+ <sf : SfTextInputLayout
39+ IsVisible =" {Binding IsExistingProject}"
40+ SemanticProperties.Description=" ComboBox to select Project"
41+ SemanticProperties.Hint=" State Collapsed"
4042 Hint =" Project" >
4143 <Picker
4244 ItemsSource =" {Binding Projects}"
4345 ItemDisplayBinding =" {Binding Name, x:DataType=models:Project}"
4446 SelectedItem =" {Binding Project}"
4547 SelectedIndex =" {Binding SelectedProjectIndex}"
46- SemanticProperties.Description=" Project"
47- SemanticProperties.Hint=" Which project this task belongs to" />
48+ SemanticProperties.Description=" Project State Expanded "
49+ SemanticProperties.Hint=" Which project this task belongs to" />
4850 </sf : SfTextInputLayout >
4951
5052 <Button
You can’t perform that action at this time.
0 commit comments