You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Have a custom extension honor readonly status

edited May 14, 2020 4:10PM in Intelligent Advisor for Fusion Service 11 comments

Summary

How do I make the numeric keypad honor readonly of the input attribute?

Content

Hello, I am trying to use the "Example: Display a numeric keypad" from the OIA documentation for number inputs in mobile browsers. It is working successfully. However, some numeric input attributes are set to readonly under certain circumstances. The numeric keypad extension does not honor the readonly status of the underlying input attribute. How do I get the extension to honor the readonly status of the attribute?

I added the following code to the java script, but it doesn't have any effect.

if (control.isReadOnly() ) {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!