@startlibs/form 1.0.7 → 1.0.8
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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3642,7 +3642,7 @@ function (_React$Component) {
|
|
|
3642
3642
|
onPaste: this.onPaste,
|
|
3643
3643
|
value: value,
|
|
3644
3644
|
index: index,
|
|
3645
|
-
html: valueOrBlank.replace(/\s
|
|
3645
|
+
html: valueOrBlank.replace(/\s$/, ' ')
|
|
3646
3646
|
}, rest, {
|
|
3647
3647
|
onChange: this.onChange
|
|
3648
3648
|
});
|