combo_auto_box 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ComboAutoBox
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
@@ -281,6 +281,7 @@ var ComboAutoBox = {
281
281
  } else if (options.type == 'multiple') {
282
282
  $('#' + container + ' > div.container-combo-auto-box > input').val('');
283
283
  addItem($('#' + container + ' > div.container-combo-auto-box > input').attr('id'), thisLabel, thisLabel);
284
+ $('#' + container + ' > div.container-combo-auto-box > input[type="text"]').focus();
284
285
  selectData(thisId);
285
286
  }
286
287
  });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: combo_auto_box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: