289
Views
12
Comments
Default zero value in input field
Question
Application Type
Reactive

HI,

im getting default zero value in input field when i was clearing the input field how to solve that issue ?


Thanks,

Akash.

2026-04-01 11-40-30
Mahesh Manchala

Check the properties of Textbox. Try Resetting the Default value from zero to empty.

2022-11-17 07-00-53
Akash Gunupudi

Hi mahesh,

thanks for the reply but i have not used any of the default value in the variable its already empty only but still facing this issue.


Thanks,

Akash.

2026-04-01 11-40-30
Mahesh Manchala
2026-04-01 11-40-30
Mahesh Manchala

Check any other assignments for AlternateNumber local variable inside logic.

UserImage.jpg
Accelance Partners

Hi @Akash Gunupudi ,

Did you assigning any value at the time of clearing the input filed or at any action? 

Thanks,

Rakhi



2023-03-16 04-58-56
Ashish Lonkar

Hi Akash,

can you share your oml, I can try and fix it for you.


Thanks!

2023-10-21 19-42-11
Tousif Khan
Champion

Hello @Akash Gunupudi  

I think you are assigning Nullidentifier() some where, not NulltextIdentifie()
If you are using a text variable then, and you want it to be blank in that case 

while using a assign keep in mind to use , nulltextidentifier or double quotes.
Check Example here :https://personal-ejuytnht.outsystemscloud.com/DatePicker/SampleAssign_?_ts=638100942917063462
I hope this will help

Thanks
Tousif Khan

Sample Assign.oml
2022-11-17 07-00-53
Akash Gunupudi

HI Tousif Khan

i didnt used any where nullidentifier but still im facing that issue.



Thanks,

Akash

2022-12-09 04-50-17
Shubham Doshi

Do you have any OnChange event associated to it?

2022-11-17 07-00-53
Akash Gunupudi

Its resolved  i have controlled this one by using jquery 

thanks all 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.