Grouping Input Digits

Content Type: Widget
Categories: Data

Overview

Grouping Digit in local format * Grouping digits in local format (1,23,45,678.00) * Add text before, after, or on both sides of any text-based input * Add button addons on the right of an input field * Optional show the label of an input field * Optional set field as required * Format numbers with configurable groups and digits * Optional add css class when number is negative * Optional show negative numbers as positive and with a different label * onChange, onEnter and onLeave events * Visibility and editable parameter * Use of variables in the label (syntax: {attributeName}) * Optional show a question text before or after the input field

Documentation

Demo url

Mendix Grouping Input Addons Widget

* Grouping digits in local format (1,23,45,678.00)
* Add text before, after, or on both sides of any text-based input
* Add button addons on the right of an input field
* Optional show the label of an input field
* Optional set field as required
* Format numbers with configurable groups and digits
* Optional add css class when number is negative
* Optional show negative numbers as positive and with a different label
* onChange, onEnter and onLeave events
* Visibility and editable parameter
* Use of variables in the label (syntax: {attributeName})
* Optional show a question text before or after the input field

 

For more grouping format, refer https://www.w3schools.com/jsref/jsref_tolocalestring_number.asp

Releases

Version: 1.0.0
Framework Version: 8.10.0
Release Notes: Grouping Digit in local format