Untitled
unknown
plain_text
a year ago
611 B
6
Indexable
<div className="row align-items-center"> <div className="col-lg-9 col-md-9 col-sm-12 mb-sm-0"> <Textbox name="question" className="w-100 ux-rfi-search-bar mb-2 mb-md-0" model="hhsSearchRFI.search" appendIcon="search" placeholder="Search"></Textbox> </div> <div className="col-lg-2 col-md-2 col-sm-12"> <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