Only allow numeric entry into a Numeric text box - Mendix Forum

Only allow numeric entry into a Numeric text box

40

Improve the functionality of the text box to only allow the entry of the datatype that is associated to the text box. For instance, when a textbox is associated to a integer the textbox would only allow numeric entry into the input. 

 

asked
6 answers

Would love to have this out of the box. The Mendix UI is eating dust from their competitors.

Created

this can be solved with some HTML widgets, but would be nice to have it out of the box.

Created

Unbelievable that this is still an issue, this should be a standard option to choose from by now when designing your page.

Created

Agreed, it is so strange that this is not possible yet. You can only limit the character input by adding an input mask, but than the amount of characters you input is set and you get validation errors when you add 2 characters when you set the input mask to '999'.

Created

I can't believe something as basic as this is not available in Mendix - surely more people out there are frustrated with this? This is a standard feature with OutSystems, in fact, you can choose the data type of the Input Widget and it applies input rules to the UI.

 

When can we expect an improvement? (it has been 3 years since raised)

Created

Also, handle the alignment according to the data type.

Created