vazco / meteor-universe-autoform-select

Meteor universe autoform select
MIT License
16 stars 10 forks source link

debug: invalid option Object {label: "(Select One)", value: ""} "`universe-selectize.js:74" #25

Closed thearabbit closed 8 years ago

thearabbit commented 8 years ago

It show universe-selectize.js:74

invalid option Object {label: "(Select One)", value: ""}
MichalW commented 8 years ago

You should use placeholder instead empty value

thearabbit commented 8 years ago

Work fine, Thanks a lot.