move id to trigger instead of root

This commit is contained in:
Khaleel Al-Adhami 2025-02-04 16:47:10 -08:00
parent c3ac051bbb
commit 23c0d9fc70

View File

@ -190,6 +190,7 @@ class HighLevelSelect(SelectRoot):
The select component. The select component.
""" """
trigger_prop_list = [ trigger_prop_list = [
"id",
"placeholder", "placeholder",
"variant", "variant",
"radius", "radius",