From af9a914ecc7098363faee0d1082d1c18ea020be3 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 4 Feb 2025 17:30:41 -0800 Subject: [PATCH] move id to trigger instead of root (#4752) --- reflex/components/radix/themes/components/select.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reflex/components/radix/themes/components/select.py b/reflex/components/radix/themes/components/select.py index 6ac992380..cef91eabf 100644 --- a/reflex/components/radix/themes/components/select.py +++ b/reflex/components/radix/themes/components/select.py @@ -190,6 +190,7 @@ class HighLevelSelect(SelectRoot): The select component. """ trigger_prop_list = [ + "id", "placeholder", "variant", "radius",