AUTO numeric plugin not working with samsung J7 Prime device. I want to keyboard caching disable by autocomplete=off. but is not working. please help
Current behavior
I have implemented this pluging in my form for field type like amount. So plugin behave is different for different mobile. I am using samsung j7 prime mobile. when i type any digit , it append predictive text from keyboard caching .
Expected behavior
Pluging should behave properly on all mobile devices
Steps to reproduce the problem
$('#' + this.id).autoNumeric('init', { currencySymbol: currencyInfo.symbol });
var decimalPlace = this.attributes.currencydecimalplaces.value;
$('#' + this.id).autoNumeric("update", {
currencySymbol: currencyInfo.symbol + " ",
digitGroupSeparator: currencyInfo.aSep,
decimalCharacter: currencyInfo.aDec,
decimalPlacesOverride: decimalPlace,
emptyInputBehavior: 'always',
digitalGroupSpacing: currencyInfo.dGroup
});
. Please help
Please use the latest version, since the bug you are referring has likely been fixed since the old 1.9.46 (since you did not give that info, I'm basing that version off the old syntax your are using).
Due to inactivity, this issue has been marked for deletion and will be closed in the next few days. Please give us more information if you feel the problem still affects you.
Please provide latest minified version of autonumeric. Issue has not resolved till now. Please suggest.
I try to open http://autonumeric.org URL in samsung j7 prime. but issue occuring till now. You can also try. For more information, Please see the link below: https://drive.google.com/file/d/0ByxWKLUn0TxBcXlvc1VDTFpidXcwVGttWXhtSGswVWk4NTFF/view?usp=sharing
Hi Sir,
Please find the link. I tried to open http://autonumeric.org URL in samsung j7 prime device. still issue is coming. For more information , Please open below URL.
https://drive.google.com/file/d/0ByxWKLUn0TxBcXlvc1VDTFpidXcwV GttWXhtSGswVWk4NTFF/view?usp=sharing
Regards Naina Goel
On Tue, Mar 13, 2018 at 5:45 AM, Alexandre [email protected] wrote:
Due to inactivity, this issue has been marked for deletion and will be closed in the next few days. Please give us more information if you feel the problem still affects you.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/autoNumeric/autoNumeric/issues/562#issuecomment-372504259, or mute the thread https://github.com/notifications/unsubscribe-auth/Af7TUaJiNmqXIB_ybST9qr0zbuWe91Vlks5tdw-ngaJpZM4Sedmu .
Hey @naina127, thanks for the screencast. From what I'm seeing, it looks like the problem isn't the autocomplete, but somehow the inserted numbers are incorrect. Could you tell us which Android version is currently installed on your Samsung J7 Prime ? Also, could you please tell us which numbers and keys you are inputting once you selected the input (it's pretty hard to see precisely on the screencast). That way we'll know what we are supposed to obtain as a result.
Thanks for revert. I am using Android 7.0 version on samsung j7 prime. and inputs are not specific. when you enter any digit on this device on auto numeric implemention , issue occurs. yes It's not issue related auto complete. it is plugin issue. but when you disable Predictive text =Off for Keyboard setting , it is working fine. Thats why I tried to solve issue by disable auto complete for that field (implemented autonumeric) using code , but not sucess...
Hope You may understand now what causes issue to occur......
waiting for your response