GenieFramework / Stipple.jl

The reactive UI library for interactive data applications with pure Julia.
MIT License
321 stars 27 forks source link

Nested options vector in q-select breaks rendering of page #283

Open michaelfliegner opened 3 months ago

michaelfliegner commented 3 months ago

This used to work with Stipple 0.26 under julia 1.8.2.

Reading option values from a nested vector in q-select crashes rendering of entire page <q- select v-model="tariffcalculation['calculation_target']['selected']" :options="tariffcalculation['calculation_target']['options']"> {{tariffcalculation['calculation_target']['label']}} </q-select>