Fixes
- Add text ellipsis to all form fields
- Fix problems with datetime field dropdowns
Fixes
- Various typing improvements
Fixes
- Allow onContextMenu on all HTML elements in TypeScript
- Properly handle context menus within windows and dropdowns
- Allow get/set props in TypeScript
- Allow accessor chains for the Sandbox.storage prop
- Orient vertical Sliders to be bottom up, instead of top to bottom with the invert flag to control the behavior
Fixes
- Render overlay backdrop before the body and allow propagation of
mousedown
event to to allow integration of other libraries (i.e. prosemirror) which catch events on the document level.
New Features
- TreeAdapter now supports preserving expanded state through a flag
restoreExpandedNodesOnLoad
- Added an example for stateful tree grids
New Features
- TreeAdapter now support the flag
hideRootNodes
- Added the function
findTreePath
tocx/data
.
Fixes
- Typings for MenuItem
- Typings for PieSlice
- Skip focusing disabled LookupField options
- Typings for Window
Fixes
- Fix for onCellEdited firing twice (#982)
- Fix for grid cell editing not working in the first column (#980)
- Allow accessor chains for
value
andtext
props in lookup fields
- Allow tooltips in grid headers (#977)
- Fix MenuItem typing
Fixes
- Fix typings for the
Repeater
widget
Fixes
- Fix bugs related to
startWithMonday
inCalendar
widgets - Typing improvements
- Fix detection of touch events inside modal windows