Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hideSuggestionBox (0.07 seconds)

  1. src/main/webapp/js/suggestor.js

                    console.error("Suggestion request failed:", status, error);
                  }
                  suggestor.hideSuggestionBox();
                  suggestingSts = false;
                });
            },
    
            /**
             * Hide suggestion box and update ARIA attributes
             */
            hideSuggestionBox: function () {
              $boxElement.css("display", "none");
              $textArea.attr("aria-expanded", "false");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top