How to use (space) delimiters in an input-field for numbers in text-field
Please note that this is now available as a plugin for easier installation. While you can use this document as a reference, the recommended method to add this functionality is through the plugin installation wizard. Learn more about plugins here.
This solution is to set a text field with a predefined space between numbers.
Step 1
Add the following script to the footer of your app.
Step 2
Add the following code to the JavaScript tab of your page.
TB.render('component_3', function(data) {
$('#fieldmloNLGrM8p').inputmask('9 999 999');
});
Remember to edit the code to your field and component ids. These can be found in the images below.
We'd love to hear your feedback.