소스 검색

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