We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d2ca commit a39b700Copy full SHA for a39b700
1 file changed
src/core/components/smart-select/smart-select-class.js
@@ -34,7 +34,7 @@ class SmartSelect extends Framework7Class {
34
if (!view) {
35
view = $el.parents('.view').length && $el.parents('.view')[0].f7View;
36
}
37
- if (!view) {
+ if (!view && (params.openIn === 'page' || (params.openIn !== 'page' && params.routableModals === true))) {
38
throw Error('Smart Select requires initialized View');
39
40
0 commit comments