quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.96k stars 3.52k forks source link

Problem with @new-value in q-select #13247

Open EbGu3 opened 2 years ago

EbGu3 commented 2 years ago

What happened?

Hi, I have this warn: Component emitted event "new-value" but it is neither declared in the emits option nor as an "onNew-value" prop

What did you expect to happen?

The warn disappear

Reproduction URL

https://codepen.io/pen?&editors=101

How to reproduce?

  1. Write in the input
  2. Press enter
  3. The warn appear in the console

Flavour

Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)

Areas

Components (quasar)

Platforms/Browsers

Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response

MilosPaunovic commented 2 years ago

Codepen link is invalid; please amend it.

pdanpdan commented 2 years ago

Related to https://github.com/quasarframework/quasar/issues/9259, https://github.com/quasarframework/quasar/issues/9132