Essential JS for JSP Release Notes

v15.3.0.29
August 31, 2017

TextBoxes

Features

  • #182613 - We have provided the option to allow the decimal places without any limit.

TreeView

Features

  • #184008 – Provided nested object support in TreeView fields. That helps to map the complex data from data source.

Breaking Changes

  • #182105 - In previous, when we pass a single node with a parentID and target to addNode method, the node will append to the parentID’s node and currently node will append in to the target.