This commit fixes an unreported issue that if we open up filter and then closes it without any value
supplied or with any value supplied then there is always a message in bottom that
There is no property containing ""
which is un-neccessary and un-wanted so by this fix when checking on visibleCount in changeOnFilter we are also checking on if filterValue is "" or empty then hide the message.
This commit fixes an unreported issue that if we open up filter and then closes it without any value supplied or with any value supplied then there is always a message in bottom that
which is un-neccessary and un-wanted so by this fix when checking on visibleCount in changeOnFilter we are also checking on if filterValue is "" or empty then hide the message.
GIF is better than thousand words so...
Before
After