function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tyshocktyshock 

Bug

In Property.prototype.getFormattedValue(), there is a call to undefined function parseDouble().
 
Either this function was left out of the lib, or it should be changed to parseFloat(), which worked correctly for my implementation.