You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve select dropdown width matching with ResizeObserver
- Replace single useEffect with ResizeObserver for dynamic width tracking
- Automatically handles responsive changes, content updates, and parent resizing
- More reliable than previous approach that only measured width once on mount
- Uses borderBoxSize for more accurate measurements with fallback to offsetWidth
- Maintains portal benefits while ensuring dropdown width always matches trigger
0 commit comments