Add a search input in the toolbar
-
Hello dear developers,
I started to use Onsen and I would like to integrate my own design to Onsen.
I need to insert a search bar into the toolbar, but I did not find any way to do it.
The search bar must be inside of the toolbar, I mean it should be fixed on the scrool and not follow the content.
How to add another element into the toolbar ?
Thank you.
-
@Hadrien, just add another toolbar and set its top margin via to a negative value until positioned properly.
For example: style=“margin-top: -80px;”