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

Stepper non-linear doesn't work #387

Closed dawadam closed 1 month ago

dawadam commented 1 year ago

Hi, thanks for job. Stepper non-linerar seem doen't work.

{
  "type": "object",
  "x-display": "stepper",
  "x-props": {
    "non-linear": true
  },
  "properties": {
    "info": {
      "title": "Information",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "title": "Name"
        },
        "message": {
          "type": "string",
          "title": "Message"
        }
      }
    }
  }
}