Posts

Showing posts with the label searchbar

How can I create an expanding search box in Bootstrap, Drupal 8?

Image
Clash Royale CLAN TAG #URR8PPP How can I create an expanding search box in Bootstrap, Drupal 8? I'm trying to make my search box expand upon clicking the search icon and submit when clicked again. My search block markup currently looks like this: <div class="search-block-form contextual-region block block-search block-search-form-block" data-drupal-selector="search-block-form" id="block-mytheme-search" role="search"> <h2 class="visually-hidden">Search</h2> <div data-contextual-id="block:block=mytheme_search:langcode=en" class="contextual" role="form"> <button class="trigger focusable visually-hidden" type="button" aria-pressed="false">Open Search configuration options</button> </div> <form action="/search/node" method="get" id="search-block-form" accept-charset="UTF-8...