Enhancements
- a11y: Improve NumberKeyboard & VirtualInput accessibility experience. (#6494)
- Tabs: 🔬 Add
autoScroll
to disable auto scroll behavior when tab content changed. Note this is experimental prop which maybe rename in future. (#6497)
Bug Fixes
- Dropdown: Fix Dropdown.Item not trigger
onClick
event. (#6481) - MISC: Resolve where measuring elements would cause the browser to print an extra blank page. (#6488)
优化
- a11y: 优化 NumberKeyboard 和 VirtualInput 的无障碍体验。(#6494)
- Tabs: 🔬 添加
autoScroll
以支持标题内容变化时不要滚动的需求。注意这是一个实验性属性,命名未来可能会被改变。(#6497)