Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Allow Numbers in q-autocomplete #601

Closed
damosse31 opened this issue May 29, 2017 · 1 comment
Closed

[Request] Allow Numbers in q-autocomplete #601

damosse31 opened this issue May 29, 2017 · 1 comment

Comments

@damosse31
Copy link

Hi !

is it possible for a new release, to allow Numbers values in q-autocomplete model ?

actually, q-autocomplete allow only String values and sometimes we have values as Number (ex: VAT)

Code below fail : (Invalid prop: type check failed for prop "value". Expected String, got Number.)

let MyVAT = 20
<q-autocomplete v-model="MyVAT" @search="searchVAT">....

Code below work :

let MyVAT = "20"
<q-autocomplete v-model="MyVAT" @search="searchVAT">....

I use release 0.13.9

@rstoenescu
Copy link
Member

Hi, Yes, all types will be available in v0.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants