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
New property: menuItemDirection | "ltr" | "rtl" | default: "ltr" - the direction of text for each menu option and position of the menu's scroll bar (maps to react-window's direction prop)
Fix touch/mouse event issues with MultiValue.tsx component - clear icon (touch events on clear icon can result in multiple clears as other multi value components shift under finger)
🛠 Misc
Performance: hoist frequently referenced functions to utility files and export as static instance; reduce complexity of longer functions via abstraction to smaller, narrowed scope functions to help with JIT optimizations