B4J Question [abmMaterial] input mask

codie01

Active Member
Licensed User
Longtime User
Hi All,

Does anyone know the correct mask for ABMInput to limit input to $ with two decimal places. From what I have read ABMInput needs to be of type INPUT_TEXT as follows:

B4X:
    inp10.Initialize(page, "inp10", ABM.INPUT_TEXT, "Date", False, "input")   
    inp10.inputMask = "'mask': 'd/m/y'"

Thanks in advance
 
Top