Merginf select and tabbar
-
Can we merge select and tabbar. Basically i want to hide and show tabs on change of select box. Is it possible in onsen. if yes then please share and example.
Thanks in advance
Note : i dont want to use json for hided show divs. because i have large amount of lists to show
-
@shweta This question was posted already and a quick search using the search icon at the top returned: https://community.onsen.io/topic/1124/hidding-tabbar/ In it, there was this codepen that hides the tabbar: https://codepen.io/munsterlander/pen/vgRZEZ Hope this answers your question! :smile:
-
@shweta said:
i dont want to use json for hided show divs. because i h
No this is not the solution i wanted. I want to hide and show ons-list and change of ons-select with respect to index value.
-
@shweta Do you want to hide a list or a tabbar? Your question and reply have different information. You can easily add an event listener to the select change event, use a case statement and then hide anything you want from there.