Skip to content

Commit 1255ba8

Browse files
Copilotzleao
andcommitted
Add table of contents and fix naming inconsistencies in code comments
Co-authored-by: zleao <3188042+zleao@users.noreply.github.com>
1 parent 956267b commit 1255ba8

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ A powerful AutoCompleteEntry control for .NET MAUI that makes suggestions to use
66

77
[![NuGet](https://img.shields.io/nuget/v/zoft.MauiExtensions.Controls.AutoCompleteEntry.svg)](https://www.nuget.org/packages/zoft.MauiExtensions.Controls.AutoCompleteEntry/)
88

9+
## 📚 Table of Contents
10+
11+
- [✨ Features](#-features)
12+
- [🚀 Getting Started](#-getting-started)
13+
- [📋 Properties Reference](#-properties-reference)
14+
- [🎯 Basic Usage](#-basic-usage)
15+
- [💡 Usage Examples](#-usage-examples)
16+
- [🏗️ Platform Support Matrix](#️-platform-support-matrix)
17+
- [📱 Platform Screenshots](#-platform-screenshots)
18+
- [🎨 Advanced Customization](#-advanced-customization)
19+
- [🐛 Troubleshooting](#-troubleshooting)
20+
- [🤝 Contributing](#-contributing)
21+
- [📄 License](#-license)
22+
- [🙏 Acknowledgments](#-acknowledgments)
23+
924
## ✨ Features
1025

1126
- 🔍 **Real-time filtering** as the user types

src/AutoCompleteEntry/Platforms/Windows/AutoCompleteEntryExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ public static void UpdateVerticalTextAlignment(this AutoSuggestBox platformContr
187187
/// <summary>
188188
/// Update the ShowBottomBorder
189189
/// </summary>
190-
/// <param name="iosAutoCompleteEntry"></param>
191-
/// <param name="autoCompleteEntry"></param>
190+
/// <param name="platformView"></param>
191+
/// <param name="virtualView"></param>
192192
public static void UpdateShowBottomBorder(this AutoSuggestBox platformView, AutoCompleteEntry virtualView)
193193
{
194194
//TODO: Implement for Windows
@@ -201,7 +201,7 @@ public static void UpdateShowBottomBorder(this AutoSuggestBox platformView, Auto
201201
/// <param name="virtualView"></param>
202202
public static void UpdateItemTemplate(this AutoSuggestBox platformView, AutoCompleteEntry virtualView)
203203
{
204-
//TOOD: Implement for Windows
204+
//TODO: Implement for Windows
205205
}
206206

207207
private static void UpdateColors(Microsoft.UI.Xaml.ResourceDictionary resource, string[] keys, Microsoft.UI.Xaml.Media.Brush brush)

0 commit comments

Comments
 (0)