Revision as of 16:22, 29 November 2022 by Dennis Groenewegen (talk | contribs)

DevOps:Doc/FlexForm/1.0/input/search

An input element of type search is functionally equivalent to one of type text.

Example

<_form action="get" mwreturn="{{fullurl:Questions-and-answers}}" >
<_label for="search-this-site">Search me</_label>
<div class="input-group">
<_input type="search" id="search-this-site" name="filters" value="Tag^^Installation" class="form-control" />
<div class="input-group-append"><_input type="submit" value="Go" class="btn btn-secondary" /></div>
</div>
</_form>