forked from 0x2620/oxjs
strip tags in Ox.Editable
This commit is contained in:
parent
4dd5107a48
commit
19d5f811d6
5 changed files with 21 additions and 6 deletions
|
|
@ -212,6 +212,7 @@ Ox.IconList = function(options, self) {
|
|||
return that.$element.value(id, key);
|
||||
} else {
|
||||
that.$element.value(id, key, value);
|
||||
// FIXME: Like TextList, handle unique id and selection change here
|
||||
return that;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue