We have just released Build 198 and it includes some nice new features, some new samples and of course bug fixes.
<label for="inputDate">Departure:</label>
<wj-input-date id="inputDate"></wj-input-date>
The InputDate will automatically set the id to its inner input element to 'inputDate.input' and will switch the "for" attribute of the label to target the input element instead. InputLabels sample | Building Great Web Forms with Wijmo blogReplaced some custom attributes used by the FlexGrid control with class names for better W3C compliance and CSS support:
This change may affect applications that customize the display of node cells. For example, you should replace:
cell.innerHTML = '<wj-collapse class="glyphicon ...
With:
cell.innerHTML='<span class="wj-elem-collapse glyphicon ...
Deprecated ' disabled' and 'required' properties on all controls and replaced them with 'isDisabled' and 'isRequired' . This avoids conflicts with HTML attributes in markup. The old properties still work, but will be removed in a future release, so this is not a breaking change yet, but will be.
Download Wijmo build 5.20162.198