Bonsai Search SDK
The component renders but no results show
The component renders but no results show
- Confirm
api-keyis present and valid. - Check
base-urlpoints to the correct environment. - Inspect the browser console for network or CORS errors.
Suggestions don't render
Suggestions don't render
- Ensure
suggestionsis a valid JSON array string. - Use single quotes around the attribute and double quotes inside the array.
Styling changes don't apply
Styling changes don't apply
- Remember the component uses a closed shadow root.
- Use CSS variables on
<bonsai-search>or::part(...)hooks. - Verify your CSS is loaded after the component script.
Requests time out
Requests time out
- Increase
timeout-msfor slower networks. - Check ad blockers or CSP rules that might block the API domain.