Browse Source

move id to trigger instead of root (#4752)

Khaleel Al-Adhami 3 months ago
parent
commit
af9a914ecc
1 changed files with 1 additions and 0 deletions
  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",