Added
-
Tree View: Add support for lazy loading node children. To use this, you need to provide:
loadChildren
is a function that is used to load the children of a node.onLoadChildrenComplete
is a callback that is called when the children of a node are loaded. Used to update the
tree collection.- Add
childrenCount
to the node object to indicate the number of children.
Fixed
-
Slider
- Fixed issue where
Shift
+ArrowRight
set value to0
instead ofmax
when step is too large (e.g.20
) - Fixed issue where
onValueChangeEnd
doesn't return the latest value when dragging very fast
- Fixed issue where