...
Open the selected widget template file
Uncomment, if necessary, the part of the markup designated as React template. This should include a
div
element with attributedata-component="react-search-box"
ordata-component="react-search-box-bootstrap"
. It should be an emptydiv
element. Comment the part marked as Vue template. Only this step is required for enabling the component, the rest of the steps are optional.Save, re-build and refresh the page.
...