Quasar umd and select #14801
-
|
Hi folks, I'm not sure what is going on here. I started a new project in UMD mode, and for some reason my selects are always showing [object Object] as the first entry (when empty) and as soon as I click on them the real object pops up: Another related question: How can I format the option-label to print a formatted message like : "Issue $number, $formattedDate" where formatted date uses some momento.js date formatting to print the date. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
selectedPublication should be null, it shows [object Object] because you set the default value as {}. about the formatting, maybe use "computed" |
Beta Was this translation helpful? Give feedback.
selectedPublication should be null, it shows [object Object] because you set the default value as {}.
about the formatting, maybe use "computed"