Smart select does not work in popup

Pls help me!
Smart select does not work in popup with Framework7 ver 4.4.7

https://jsfiddle.net/kunshop/e9fw1jc8/11/

popup => popup>view>page>smart select

I do not understand, you can explain more clearly?

You need to initialized the View which is inside of Popup, with app.views.create or (if this Popup is in some page) by adding view-init class to that View

try: <div class="view"> => <div class="view view-init">

I did it this way:

var smartSelect1 = app.smartSelect.create({
       el: $('#nhaMang'),
       view: listSimView,
       openIn: "popover",
});