I am learning Blockly and now I need to implement a search function. Fortunately, I saw a case in the
demo https://google.github.io/blockly-samples/plugins/toolbox-search/test/index.html But I don't want the input box to
be in the toolbox. I want it to be placed in the flyout. What should I do?
I have researched the implementation of a website that uses foreignObject, but I don't know how it was implemented😭