Hi guys, I got a strange issue as follow screen shot. It would show the strange borer that I couldn't find reason after clicked the button or select component. So what's wrong?
Just use the component as follow code.
<Button intent="primary" onClick={() => { this.onSearch(detail); }}>Search</Button>


@fachilles this the focus state. see https://blueprintjs.com/docs/#core/accessibility.focus-management for details.
Most helpful comment
@fachilles this the focus state. see https://blueprintjs.com/docs/#core/accessibility.focus-management for details.