Closed ryanstrat closed 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.
Found the bug, I only bound the validation event to input while the description field is a textarea.
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.