Giter Site home page Giter Site logo

Comments (7)

sdetweil avatar sdetweil commented on June 9, 2024

I do not know what you mean

 bind dynamic array values to field

the schema defines the array
the value section defines the values that are used when generating the form
the form section defines the visual and interaction rules for the presentation

from jsonform.

sdetweil avatar sdetweil commented on June 9, 2024

what do you mean by 'dynamic'

there are two approaches

  1. the static value section define the data on form START
  2. the FORM can add or subtract from the array , before submit

you cannot change the data(value section) live and THEN ask for form to change..
you must re-render the form

from jsonform.

prafullbhalekar avatar prafullbhalekar commented on June 9, 2024

Hi @sdetweil Thank you so much for you reply....If I want to add static values then how should I write my json schema file ? Currently what happing is if I add static array data in data object inside schema file on UI it's showing those values inside input fields but I don't want that input fields I just want to show direct values as shown in SS

from jsonform.

sdetweil avatar sdetweil commented on June 9, 2024

I dont understand what you mean

from jsonform.

sdetweil avatar sdetweil commented on June 9, 2024

also, asjf is a different project
https://github.com/hamzahamidi/ajsf

from jsonform.

sdetweil avatar sdetweil commented on June 9, 2024

static data sounds like labels
lables are created from the fields title property
you could create read only fields with no data, and use css to mark the field display:none; to hide it. leaving onty the title showing

from jsonform.

sdetweil avatar sdetweil commented on June 9, 2024

closing, wrong project reference

from jsonform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.