Hi,
How would i disable specific buttons in the keypad that appears on tapping an EditField.
This is the code to dispaly the EditField
Construct(Rectangle(85, 100, 60, 60), EDIT_FIELD_STYLE_PHONE_NUMBER_SMALL, INPUT_STYLE_OVERLAY, EDIT_FIELD_TITLE_STYLE_NONE);
From code it is seen that i have used Overlay style of Keypad.
Thanks in advance.