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
538 stars 154 forks source link

integer slider reporting value #314

Closed jgunstone closed 2 years ago

jgunstone commented 2 years ago

hi there,

great tool!

is it possible to show the selected value on the integer slider?

basic types image

I'm developing for scientific applications where knowledge of the numeric value is required.

Many Thanks

albanm commented 2 years ago

Hi,

Just use the thumbLabel prop from v-slider, for example "x-props": {"thumbLabel": "always"},

jgunstone commented 2 years ago

perfect - thanks!