1
0
Fork 0
forked from 0x2620/oxjs

editor view: fix invalid entity inputs; fix keyboard focus

This commit is contained in:
rolux 2015-02-06 10:16:13 +00:00
commit 4134badf9d
4 changed files with 27 additions and 16 deletions

View file

@ -66,6 +66,7 @@ Ox.Editable = function(options, self) {
},
value: function() {
self.$value.html(formatValue());
self.$input && self.$input.options({value: formatInputValue()});
}
})
.addClass(