I have a numeric input box who's value is equal to the minimum value. The input is part of a template whos min, max, and value props are passed in as parameters to the view. The input will sometimes load in in error, and sometimes it will not.
In the designer I can change the minimum to 24 and then back to 25 (with a value of 25) and there's no error. Seems like some sort of initialization error. The value prop is a bidirectional tag binding. Min and max are just hand-entered values.
Most of the time, refreshing the browser page gets rid of the error.
I have not tested anything on the other end.