omfgicbf

Results 2 issues of omfgicbf

If you set a high min value (e.g. min = 40, max = 60, value = 50), the gauge will render correctly initially, however, updating the value causes the gauge...

With a model that has a property that is hidden using ShouldSerialize, e.g:- ``` public class TestModel { public bool Foo { get; set; } public bool Bar { get;...

type: question