1
0
Fork 0
forked from 0x2620/oxjs

autocomplete, continued

This commit is contained in:
Rolux 2010-02-18 23:15:37 +05:30
commit 8f18c726b6
6 changed files with 21 additions and 3 deletions

View file

@ -1629,7 +1629,7 @@ requires
}
function onClick(event, data) {
Ox.print("onClick", data)
that.focus().val(data.title);
that.focus().val(Ox.stripTags(data.title));
self.menu.hideMenu();
}
function selection() {