wsick / Fayde.Controls

Extended controls library for Fayde
MIT License
2 stars 3 forks source link

Setting Minimum property on NumericUpDown causes error #1

Closed edsilv closed 9 years ago

edsilv commented 9 years ago

Setting the Minimum property on the NumericUpDown control like so:

<controls:NumericUpDown x:Name="ProgressValue" DecimalPlaces="0" Increment="1" Value="50" Minimum="1" />

causes the following error:

Uncaught RangeError: Maximum call stack size exceeded