You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
* Fix a bug with the `IntegerField` controls of the `RoleForm`,
that was occurring when user trying to increase/decrease
a number field which initially has `null`.
* This was causing `NaN` values in the field.
* This fix starts `IntegerField` controls with `0`,
in case the user is trying to increase/decrease a `null` field.
Addresses https://github.com/topcoder-platform/taas-app/issues/421
0 commit comments