Justin Pagano

Results 3 comments of Justin Pagano

``` var knob = $element.knob(...); knob.children('input').unbind('keyup'); ``` This will unhook the default handler that's mucking up the type-in values. Then, in your custom parse handler, you can check for values...

+1 please add a way to view check constraints

Appreciate the reply. Confused by two things: 1. "debug for SublimeLinter" - I can't seem to find that. Closest is "diagnostics panel" but that doesn't print out anything useful, just...