i wand value of empty selection to be null not -1
Hello Abduerhman Salama,
After trying some JavaScript I have archived it .
Check this Link for live DemoI am attaching my oml I hope this will help you get this resolved.
Code Snipet -
Thanks & Regards
Tousif Khan
i need same thing for DropDownSearch
Hi Abduerhman,
-1 is the value OutSystems assign by default to empty selection. You can create a condition in the code, when it's -1, assign a null value to the variable.
Regards