mg-library 1.0.431 → 1.0.432
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/blocks.js +1 -2
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -181,8 +181,7 @@ export function MGLogin(props) {
|
|
181
181
|
placeholder={mgFunctionsLib.i18nString('password', props.language)}
|
182
182
|
onChangeText={onChange}
|
183
183
|
secureTextEntry={true}
|
184
|
-
maxLength={12}
|
185
|
-
keyboardType='numeric'
|
184
|
+
maxLength={12}
|
186
185
|
value={value}
|
187
186
|
/>
|
188
187
|
)}
|
package/mg-library.rar
CHANGED
Binary file
|