koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Selects are broken in 2.8.1 and 2.8.0 #320

Closed kobbejager closed 2 years ago

kobbejager commented 2 years ago

Selects seem to be broken in the most recent versions, showing "No data available", even when an enum is supplied. This happens in both Firefox and Chromium in my own code, and can also be observed in the codepen example (see screenshot).

afbeelding

This bug occurs in 2.8.1 and 2.8.0, but not in 2.7.3

albanm commented 2 years ago

Ah yes, sorry about that. This is because I used async/await syntax but this creates a dependency of the built code to a polyfill or something like that. I will look into it soon, thanks for the warning.

jgunstone commented 2 years ago

struggling with the same issue

Giuseppetm commented 2 years ago

Is this issue solved ?

albanm commented 2 years ago

Yes it is fixed.