This widget extends form controls by adding text on either side of textual input's (as described here).
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.
- 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 show negative numbers as positive and with a different label
- Optional add css class when number is negative
- 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
- Buttons, checkboxes, radiobuttons and dropdowns (as add-on) are not yet implemented
For any request or bug please create an issue at GitHub.
- npm install
- npm run build
- gulp
rm -rf node_modules && rm -rf package-lock.json && docker run -v "$PWD":/usr/src/app -w /usr/src/app node:10.22 npm install && npm install gulp@^3.9.1 && npm run build docker run -v "$PWD":/usr/src/app -w /usr/src/app node:10.22 npm install docker run -v "$PWD":/usr/src/app -w /usr/src/app node:10.22 npm run build
- npm install mendixmodelsdk mendixplatformsdk when --save
- npm install del gulp gulp-if gulp-intercept gulp-json-transform gulp-jsvalidate gulp-newer gulp-plumber gulp-util gulp-zip widgetbuilder-gulp-helper yargs --save-dev
Start webserver (in project root)
- python -m SimpleHTTPServer &
Open testrunner, for BootstrapInputAddons