Skip to content Skip to sidebar Skip to footer

Force Stop Results To Populate Until A Field In Form Is Not Blank

Problem: I have a form that displays results which works fine. However, when a users enters a zip code and leaves the miles field blank, it will populate an alert notifying the us

Solution 1:

Try moving the validation into the ng-submit attribute:

ng-submit="if(checkTextField()) SearchUrgentCare(searchParam);"

Post a Comment for "Force Stop Results To Populate Until A Field In Form Is Not Blank"