koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
548 stars 155 forks source link

Question: Displaying Integer as Telephone input type? #235

Closed Mashiane closed 1 month ago

Mashiane commented 3 years ago

Hi there

I'd like to display a textfield with input type of "tel", the data type in the database is "integer", the problem is this does not display unless the schema is defined as "integer", this has an effect of having the up and down arrows, which I don't want.

How do I solve this?