bootstrap-input-spinner 4.0.0 → 4.0.2
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/README.md +4 -8
- package/package.json +1 -1
- package/src/InputSpinner.js +1 -2
package/README.md
CHANGED
|
@@ -291,11 +291,7 @@ For older browsers (IE 9 or so), that doesn't support `Intl`, when you get an er
|
|
|
291
291
|
**"Intl is not defined"** (See [issue #34](https://github.com/shaack/bootstrap-input-spinner/issues/34)), just use a
|
|
292
292
|
shim or polyfill like [Intl.js](https://github.com/andyearnshaw/Intl.js), and it works.
|
|
293
293
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
- [bootstrap-show-notification](https://shaack.com/projekte/bootstrap-show-notification/) – Show notifications, dynamically
|
|
299
|
-
- [bootstrap-detect-breakpoint](https://www.npmjs.com/package/bootstrap-detect-breakpoint) – Read the curr. BS BP from JS
|
|
300
|
-
- [auto-resize-textarea](https://shaack.com/projekte/auto-resize-textarea/) – Auto resize textareas by its content
|
|
301
|
-
- [external-links-blank](https://www.npmjs.com/package/external-links-blank) – Open all external links `_blank`
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
Find more high quality modules from [shaack.com](https://shaack.com)
|
|
297
|
+
on [our projects page](https://shaack.com/works).
|
package/package.json
CHANGED
package/src/InputSpinner.js
CHANGED