Skip to content

Commit

Permalink
Merge pull request #5836 from AvaloniaUI/fix-autocompletebox-pseducla…
Browse files Browse the repository at this point in the history
…sses

Fix AutoCompleteBox pseudoclasses metadata
  • Loading branch information
MarchingCube authored and maxkatz6 committed Apr 26, 2021
1 parent 9794354 commit c0d328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Controls/AutoCompleteBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ namespace Avalonia.Controls
/// <see cref="E:Avalonia.Controls.AutoCompleteBox.Populated" />
/// event.
/// </summary>
[PseudoClasses(":dropdownopen")]
public class PopulatedEventArgs : EventArgs
{
/// <summary>
Expand Down Expand Up @@ -253,6 +252,7 @@ public enum AutoCompleteFilterMode
/// drop-down that contains possible matches based on the input in the text
/// box.
/// </summary>
[PseudoClasses(":dropdownopen")]
public class AutoCompleteBox : TemplatedControl
{
/// <summary>
Expand Down

0 comments on commit c0d328f

Please sign in to comment.