The class should be applied to the field, but it looks like if it is missing in the color field. I never really used that feature because of its behaviour. Normally I don’t need a class for the input, but for the outer container of a field.
It should be fixed with adding
if (opts.cls) {
App.$($this.refs.input).addClass(opts.cls);
}