Hi all,
I am trying to implement the inline picker from the documentation. I am using Framework7 Core. However on first load of the page it is not showing the rotable values, See picuture below:
And i get the following error:
Uncaught TypeError: Cannot read property 'style' of undefined
at Dom7.transform (0:1034)
at Object.o.updateItems (0:24940)
at t.P (0:25075)
at 0:3021
at Array.forEach (<anonymous>)
at 0:3020
at Array.forEach (<anonymous>)
at t.EventsClass.emit (0:3014)
at T (0:4586)
at HTMLDocument.I (0:4610)
I have made one perception which is when I change the view (see picture below) in my Chrome then all of the sudden it appears.
to
for example. Then is all of the sudden appears to work.
Someone knows how to fix?