GiovanniBattista

Results 3 issues of GiovanniBattista

# Bug Report ## Problem I have created an internal cordova plugin at our company which adds the android:networkSecurityConfig attribute to the /manifest/application/ tag in AndroidManifest.xml via the following `...

bug

### Current behavior I have set the following Autonumeric options: ```js options.allowDecimalPadding = false options.decimalPlaces = 0 ``` The following warning is displayed, although the decimalPlaces option has been set...

### Current behavior I have an autonumeric input field with the following options: ```js overrideMinMaxLimits: "invalid", emptyInputBehavior: "null", ``` When the input field is empty and I click inside it,...