move id to trigger instead of root (#4752)

This commit is contained in:
Khaleel Al-Adhami 2025-02-04 17:30:41 -08:00 committed by Masen Furer
parent 7b72e3aec4
commit 810ead844d
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

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