mg-library 1.0.428 → 1.0.429

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.
Files changed (2) hide show
  1. package/blocks.js +2 -0
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -194,6 +194,8 @@ export function MGLogin(props) {
194
194
  placeholder={mgFunctionsLib.i18nString('password', props.language)}
195
195
  onChangeText={onChange}
196
196
  secureTextEntry={true}
197
+ maxLength={12}
198
+ keyboardType='numeric'
197
199
  value={value}
198
200
  />
199
201
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.428",
3
+ "version": "1.0.429",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {