How to remove or hide error count bubble icon created from a date widget custom validation

0
In my project, I am trying to restrict the user to enter a date which is in past. I have written the custom validation code in the date widget and it does behave the expected way but it shows an error count bubble on top of the tab menu as well which I want to remove or hide.     Any suggestion how can we hide or remove the highlighted error count bubble from the screen?
asked
1 answers
0

Validate the date in a microflow at moment of saving the data. Use the validation feedback activity on the right attribute to show the validation without the tab count. 

answered