Bootstrap Input Addons
Content Type: Widget
Categories: Data
Overview
# Mendix Bootstrap Input Addons Widget
This widget extends form controls by adding text on either side of textual input's (as described [here](http://getbootstrap.com/components/#input-groups)).
This would be useful when working with constant values that always apply on a field, for example the '€' symbol when working with currencies.
To use the widget, place it in a Entity context (like a dataview) and configure the widget's properties.
## Features
* 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
## Limitations
* Buttons, checkboxes, radiobuttons and dropdowns (as add-on) are not yet implemented
For any request or bug please create an issue at [GitHub](https://github.com/JAM-IT-NL/MendixBootstrapInputAddons).
Documentation
Demo urlhttps://www.jam-it.nl
Description
[Provide an extended description of your content]
Typical usage scenario
[Describe typical usage scenario(s)]
Features and limitations
[Describe the features / limitations of your content]
Dependencies [optional]
- [Mendix modeler version]
- [Other dependencies: E.g. modules, jars, images, styles etc.][
Installation [optional]
[Describe the necessary steps to install the content]
Configuration [optional]
[Describe the necessary steps to configure the content]
Known bugs [optional]
[Describe the known bugs]
Frequently Asked Questions [optional]
- Q:
- A:
Releases
Version: 3.3.4
Framework Version: 7.23.0
Release Notes: Fixed reset subscription bug
Version: 3.3.3
Framework Version: 7.18.1
Release Notes: Also check readonly when retrieving the current value
Version: 3.3.2
Framework Version: 7.18.1
Release Notes: Handle enum when field is not read only
Version: 3.3.1
Framework Version: 7.18.1
Release Notes: * Update Mendix 7.18.1
* Number auto format is independent of existing thousand seperators
Version: 3.3.0
Framework Version: 7.13.1
Release Notes: * Updated to Mendix 7.13.1
Version: 3.2.0
Framework Version: 7.9.0
Release Notes: Release v1.0.8
* Optional show a question text before or after the input field
* Updated to Mendix 7.9.0
Version: 3.1.0
Framework Version: 7.5.1
Release Notes: Release v1.0.7
* Updated to Mendix 7.5.1
* Show negative numbers as positive and with different labels
* Give developers more control over how read only fields should be rendered
Version: 3.0
Framework Version: 7.2.0
Release Notes: Release v1.0.4
* Updated to Mendix 7.2.0
* Use of variables in the label (syntax: {attributeName})
* Added primitive check for numbers
* Added support for horizontal layout
* Added onChangeAbortOnValidationErrors parameter