From 23c0d9fc706157e7dc6a75ff49dc8f35e9876b39 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 4 Feb 2025 16:47:10 -0800 Subject: [PATCH] move id to trigger instead of root --- 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",