@danielgindi/selectbox 2.0.33 → 2.0.34

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.
package/dist/lib.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 2.0.33
2
+ * @danielgindi/selectbox 2.0.34
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  (function (global, factory) {
@@ -10353,7 +10353,7 @@
10353
10353
  * @returns {boolean}
10354
10354
  */
10355
10355
  isReadOnly() {
10356
- return !this._p.readOnly;
10356
+ return this._p.readOnly;
10357
10357
  }
10358
10358
 
10359
10359
  /**