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
546 stars 155 forks source link

support for numeric ranges #321

Closed jgunstone closed 1 month ago

jgunstone commented 2 years ago

does vjsf support numeric ranges?

e.g. image

I had a read through the docs but couldn't find anything.

cheers

albanm commented 2 years ago

No, that would have to be a custom component in a slot for the time being.

But I might look into it at some point, or accept a pull request if someone wants to work on it.