Sub header not displaying with 1.0.0-beta.14

Sub header is not displaying with 1.0.0-beta.14 of ionic.css.

Here is my partial code…

 <ion-header-bar class="bar bar-header bar-royal"> 
       <h1 class="title">Title</h1>
   </ion-header-bar>
    <ion-header-bar class="bar bar-header bar-subheader item-input-inset"> 
        <label class="item-input-wrapper">
        <i class="icon ion-ios7-search placeholder-icon"></i>
            <input type="search" placeholder="Search">
          </label>               
    </ion-header-bar>

Note: With 1.0.0-beta.2 its working fine.

hi,
check this codepen i hope it will help.

2 Likes

Thanks and it worked :smile: