fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Display error if there is no search query #251

Closed xmedr closed 11 months ago

xmedr commented 11 months ago

Overview

This requires input in the search field on asset creation/edit by displaying an error message if the user hasn't entered a query.

Closes #250

Notes

A require attribute unfortunately didn't work on the select or the search input element. So instead, I went the route of having that little if statement

Testing Instructions