Xojo2023r3 WebApp: is it possible to have entry search field as part of the web toolbar on the web page?

I know how to add buttons, menus, flexible space to the web toolbar on the web page now in Xojo2023r3. I don’t know how to add entry field used for the search to the toolbar.
In older Xojo2018 it was possible to have search entry field as part of the toolbar.

So, if it is possible to have search entry field on the toolbar then how should I go about it?
If it is not possible however, then I guess I need to add search field to the top of the web page.

you need to make a xojo websdk, and build a bootstrap navbar with it
then you will be able to insert a search field in this navbar.
with xojo web 2 toolbar it is not possible for quite some time …