dirty_form icon indicating copy to clipboard operation
dirty_form copied to clipboard

missing dirty trigger

Open lookfirst opened this issue 14 years ago • 0 comments

Thanks for a great lib, nobody else has gotten close to creating something like this.

There is an odd case in input_checker where neither a dirty or a clean will get called.

if (initial == current) && (there are changedClass), then dirty & clean isn't triggered and nothing happens even though, ideally the dirty would get triggered.

lookfirst avatar Nov 16 '11 08:11 lookfirst