select
select copied to clipboard
Error with shadow dom
According to the source code(useSelectTriggerControl.ts), I found that you detected blur by the event.target,but if the target is in a shadow dom, it will not work,you should check event.path[0] besides event.target in this hook