Search code examples
outsystems

Textbox default value - OutSystems


I have developed an application with OutSystems where I have an entity attribute whose data-type is integer. Now when I open up that particular form for editing purpose the entity attribute being of integer type the value by default in that textbox is displayed as 0(zero). I have to manually delele the default value and then enter some other value.

Is there any chance by which I see a 'cleared'(blank) textbox when I open up the form for editing.

Thanks !!


Solution

  • You need to go to the input properties and in the Null Value set it to 0.