HI,
im getting default zero value in input field when i was clearing the input field how to solve that issue ?
Thanks,
Akash.
Check the properties of Textbox. Try Resetting the Default value from zero to empty.
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.
If possible, Share your oml.
Check any other assignments for AlternateNumber local variable inside logic.
Hi @Akash Gunupudi ,
Did you assigning any value at the time of clearing the input filed or at any action?
Rakhi
Hi Akash,
can you share your oml, I can try and fix it for you.
Thanks!
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=638100942917063462I hope this will help
ThanksTousif Khan
HI Tousif Khan
i didnt used any where nullidentifier but still im facing that issue.
Akash
Do you have any OnChange event associated to it?
Its resolved i have controlled this one by using jquery
thanks all