@@ -28,7 +28,7 @@ public RichSuggestBoxMetadata()
2828 new CategoryAttribute ( Resources . CategoryAppearance ) ,
2929 new EditorBrowsableAttribute ( EditorBrowsableState . Advanced )
3030 ) ;
31- b . AddCustomAttributes ( nameof ( RichSuggestBox . PlaceholderText ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
31+ b . AddCustomAttributes ( nameof ( RichSuggestBox . PlaceholderText ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
3232 b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupCornerRadius ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
3333 b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupFooter ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
3434 b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupFooterTemplate ) ,
@@ -40,7 +40,7 @@ public RichSuggestBoxMetadata()
4040 new CategoryAttribute ( Resources . CategoryAppearance ) ,
4141 new EditorBrowsableAttribute ( EditorBrowsableState . Advanced )
4242 ) ;
43- b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupPlacement ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
43+ b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupPlacement ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
4444 b . AddCustomAttributes ( nameof ( RichSuggestBox . Prefixes ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
4545 b . AddCustomAttributes ( nameof ( RichSuggestBox . RichEditBoxStyle ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
4646 b . AddCustomAttributes ( nameof ( RichSuggestBox . TokenBackground ) , new CategoryAttribute ( Resources . CategoryBrush ) ) ;
0 commit comments