plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

Primevue dropdown doesn't like null or '' as a value #159

Closed rizen closed 1 month ago

rizen commented 1 month ago

This is a problem when you try to insert it as an option for "must choose one" or "All types" etc.

rizen commented 1 month ago

Added placeholder option to FormInput when type is select so that it autogenerates a default undefined option with the placeholder.