Skip to content

Commit

Permalink
LOYALIST-51 Update search input required JSDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Aug 12, 2024
1 parent 4cd0844 commit 471a694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/modules/loyalist_core/js/search_input_required.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file
* Add required attribute on input elements of type 'search'.
* Use built-in HTML5 form validation reporting and apply BS4 failure style on failure.
* Bind 'invalid' event to add form input 'invalid' attributes.
*/
(function ($) {
// Ensure required attribute present input of type 'search'.
Expand Down

0 comments on commit 471a694

Please sign in to comment.