Looking at v5 documentation it states:
You can access Smart Select initialized instance by accessing
.f7SmartSelectproperty of<f7-list-item>component.
I’ve seen implementations use the ref-"" attribute and the $refs, which I prefer.
However it seems like in v6 vue this is no longer available.
Is there an alternative way? I’ve been using f7.smartSelect.get("#smartselectitem .smart-select").getValue() but it doesn’t seem as tidy as v5?
Thanks in advance.