5295c6fc6d89897a8e7bb968cd710732eb47f6d1
This was setting the value as a `string`, which would cause issues when used in certain scenarios, e.g. MNTP min/max configuration, the value would assumed to be numeric, but it'd be a string, so conditions like `max === 1` would be false, as it'd be `"1"` instead. Ensuring the value is a `number` before the "property-value-change" event is sent appears to resolve this issue.
Description
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
Languages
C#
59.5%
TypeScript
39.9%
JavaScript
0.3%
HTML
0.2%