recordselect 3.2.8 → 3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -421,7 +421,7 @@ RecordSelect.Single = RecordSelect.Abstract.extend({
421
421
  if (this.options.label) this.set(this.options.id, this.options.label);
422
422
 
423
423
  this._respond_to_text_field(this.obj);
424
- if (this.obj.focused) this.open(); // if it was focused before we could attach observers
424
+ if (this.obj.prop('focused')) this.open(); // if it was focused before we could attach observers
425
425
  },
426
426
 
427
427
  close: function() {
@@ -2,7 +2,7 @@ module RecordSelect
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
- PATCH = 8
5
+ PATCH = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recordselect
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 8
10
- version: 3.2.8
9
+ - 9
10
+ version: 3.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sergio Cambra