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 GitHub
parent c3ac051bbb
commit af9a914ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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