forked from 0x2620/oxjs
fix find on map
This commit is contained in:
parent
7bede77748
commit
358ee1bc96
7 changed files with 18 additions and 5 deletions
|
|
@ -593,6 +593,7 @@ Ox.Input = function(options, self) {
|
|||
return;
|
||||
}
|
||||
that.gainFocus();
|
||||
that.is('.OxError') && that.removeClass('OxError');
|
||||
self.options.placeholder && setPlaceholder();
|
||||
if (self.bindKeyboard) {
|
||||
//Ox.print('binding...')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue