Suppressing the beep sound where invalid data is entered into a field
Posted: 07 Jul 2021, 13:18
Hi,
I was wondering if there's a way to remove the invalid input beep sound when inputting alphanumeric on a numeric field.
We've created an AutoDropdown Extension for a client which enable the user to enter alphanumeric on a numeric field. This extension is a combination between an AutoComplete and a Dropdown extension. The user can input in alphanumeric in the field and based on the input a filtered list in dropdown will be shown. However, when a user types in the field, a beep sound is triggered since the autodropdown is alphanumeric and the original field which the AutoDropdown Extension is applied to is numeric. Is it possible in JQuery to resolve this issue to maybe intercept the string input and convert it to numeric?
Thanks.
I was wondering if there's a way to remove the invalid input beep sound when inputting alphanumeric on a numeric field.
We've created an AutoDropdown Extension for a client which enable the user to enter alphanumeric on a numeric field. This extension is a combination between an AutoComplete and a Dropdown extension. The user can input in alphanumeric in the field and based on the input a filtered list in dropdown will be shown. However, when a user types in the field, a beep sound is triggered since the autodropdown is alphanumeric and the original field which the AutoDropdown Extension is applied to is numeric. Is it possible in JQuery to resolve this issue to maybe intercept the string input and convert it to numeric?
Thanks.