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

move id to trigger instead of root (#4752)

Khaleel Al-Adhami преди 3 месеца
родител
ревизия
af9a914ecc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      reflex/components/radix/themes/components/select.py

+ 1 - 0
reflex/components/radix/themes/components/select.py

@@ -190,6 +190,7 @@ class HighLevelSelect(SelectRoot):
             The select component.
         """
         trigger_prop_list = [
+            "id",
             "placeholder",
             "variant",
             "radius",