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 6432b07 commit 91a4735Copy full SHA for 91a4735
1 file changed
src/phenome/components/link.jsx
@@ -26,11 +26,11 @@ export default {
26
},
27
target: String,
28
tooltip: String,
29
-
+
30
// Smart Select
31
smartSelect: Boolean,
32
smartSelectParams: Object,
33
34
...Mixins.colorProps,
35
...Mixins.linkIconProps,
36
...Mixins.linkRouterProps,
@@ -63,7 +63,6 @@ export default {
63
iconIos,
64
id,
65
style,
66
- smartSelect,
67
} = props;
68
69
const defaultSlots = self.slots.default;
@@ -148,11 +147,11 @@ export default {
148
147
isTabbarLabel = true;
149
}
150
self.setState({ isTabbarLabel });
151
152
self.$f7ready((f7) => {
153
if (smartSelect) {
154
const ssParams = Utils.extend(
155
- { el: el },
+ { el },
156
smartSelectParams || {},
157
);
158
self.f7SmartSelect = f7.smartSelect.create(ssParams);
0 commit comments