editor view: fix invalid entity inputs; fix keyboard focus
This commit is contained in:
parent
8a58849a22
commit
4134badf9d
4 changed files with 27 additions and 16 deletions
|
|
@ -66,6 +66,7 @@ Ox.Editable = function(options, self) {
|
|||
},
|
||||
value: function() {
|
||||
self.$value.html(formatValue());
|
||||
self.$input && self.$input.options({value: formatInputValue()});
|
||||
}
|
||||
})
|
||||
.addClass(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue