Преглед на файлове

only allow item inside root (#4697)

Thomas Brandého преди 4 месеца
родител
ревизия
58f87a6aa7
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      reflex/components/radix/themes/components/radio_cards.py

+ 2 - 0
reflex/components/radix/themes/components/radio_cards.py

@@ -85,6 +85,8 @@ class RadioCardsItem(RadixThemesComponent):
     # When true, indicates that the user must check the radio item before the owning form can be submitted.
     required: Var[bool]
 
+    _valid_parents: list[str] = ["RadioCardsRoot"]
+
 
 class RadioCards(SimpleNamespace):
     """RadioCards components namespace."""