Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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.
    alt text

    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;”