فهرست منبع

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",