RoboJackets / inventory-management

This tool is used by the Robocup Electrical subteam to document part information and location.
http://inventory.robojackets.org
13 stars 7 forks source link

Description field on Add Part -> Edit-details doesn't trigger validation #32

Closed ryanstrat closed 10 years ago

ryanstrat commented 10 years ago

Description field on Add Part -> Edit-details doesn't trigger validation.

Probably a type in the JS or I forgot to add the on 'keyup paste change' function.

ryanstrat commented 10 years ago

Found the bug, I only bound the validation event to input while the description field is a textarea.