issues
search
strongloop
/
strong-arc
StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
115
stars
36
forks
source link
Fix delete then set pid count issue in PM view
#1585
Closed
seanbrookes
closed
9 years ago
seanbrookes
commented
9 years ago
if user deletes value before setting a new one the app was triggering a reset to 1 and submitting the change request to the backend
it is now checking for an integer before firing request
also changed from an onChange to an onBlur event to trigger the update to avoid unintended updates for large number values
connected to: strongloop-internal/scrum-loopback#522
anthonyettinger
commented
9 years ago
LGTM
connected to: strongloop-internal/scrum-loopback#522