Untitled
unknown
plain_text
a year ago
601 B
10
Indexable
<div className="row align-items-center">
<div className="col-lg-11 col-md-9 col-sm-12 mb-sm-0 d-flex flex-column flex-md-row align-items-center">
<Textbox
name="question"
className="w-100 ux-rfi-search-bar mb-2 mb-md-0"
model="hhsSearchRFI.search"
appendIcon="search"
placeholder="Search"></Textbox>
<Button
id="submit-btn"
className="ux-rfi-green-button w-100 w-md-auto"
click={() => handleSearchRFI(hhsSearchRFI.search)}
labelKey="search_btn"></Button>
</div>
</div>
Editor is loading...
Leave a Comment