MobileNumericKeyPadInput

Content Type: Widget
Categories: Mobile

Overview

When inserting numbers, users get to see a full packaged keyboard on mobile devices. This is not really great for the user experience. To help this problem, I have created a text input field that forces the mobile device to pop only the numeric keypad. making it easier for the user to insert the desired number.

Documentation

Description

When inserting numbers, users get to see a full packaged keyboard on mobile devices. This is not really great for the user experience. To help this problem, I have created a text input field that forces the mobile device to pop only the numeric keypad. making it easier for the user to insert the desired number.

Typical usage scenario

Use this widget on hybrid mobile apps when you need the user to see only the device numeric keypad. For example when inserting numeric input values

Features and limitations

  • Validation support is coming soon

Dependencies [optional]

  • Mendix 8

Installation [optional]

Just drag the widget in a data view where you need the user to see it on the screen.

Configuration [optional]

 

Known bugs [optional]

The widget is still in progress

Frequently Asked Questions [optional

This widget will not work for decimal numbers. (Floating numbers). For inserting decimals please take a look at https://github.com/mrchandoo/cordova-plugin-decimal-keyboard

 

Releases

Version: 2.0.3
Framework Version: 8.4.0
Release Notes: Removed ;
Version: 2.0.2
Framework Version: 8.4.0
Release Notes: Fixed bug with actions not beeing fired.
Version: 2.0.1
Framework Version: 8.4.0
Release Notes: It is now possible to enter decimal numbers too.
Version: 2.0.0
Framework Version: 8.4.0
Release Notes: - It is now possible to map Integer and Decimal attributes. Making the widget more user friendly. - Added support for defining the editability of the inbut field - added support of triggering on change actions
Version: 1.0.0
Framework Version: 8.4.0
Release Notes: Text input box that pops a numeric keypad on mobile devices. Version 1.0