Giter VIP home page Giter VIP logo

Comments (6)

sgaynetdinov avatar sgaynetdinov commented on July 1, 2024 2

http://brutusin.org/json-forms/
schema

{
    "$schema": "http://json-schema.org/draft-03/schema#",
    "type": "object",
    "properties": {
        "a": {
            "title": "a",
            "type": "string"
        },
        "b": {
            "title": "b",
            "type": "string"
        }
    }
}

Initial data

{
  "a": "",
  "b": 1234
}
  1. click Create form
  2. click getData()
  3. result
{
    "b": "1234"
}

how to make that "a" key was not removed?

from json-forms.

idelvall avatar idelvall commented on July 1, 2024

Sorry, I don't understand what you mean

from json-forms.

idelvall avatar idelvall commented on July 1, 2024

I understand now. The problem is that HTML inputs don't have different states for null and empty values.
I think we can add a working mode that let differentiate these states by letting the user toggle the inputs and move from these states: disabled (null) <-> enabled (empty) < -> enabled (non-empty).
Do you feel capable of doing it?

from json-forms.

sgaynetdinov avatar sgaynetdinov commented on July 1, 2024

may return an empty string instead of the null?

https://github.com/brutusin/json-forms/blob/master/src/js/brutusin-json-forms.js#L673

return ""

https://github.com/brutusin/json-forms/blob/master/src/js/brutusin-json-forms.js#L938

return ""

from json-forms.

idelvall avatar idelvall commented on July 1, 2024

This could work for your case. I'll think about a more generic solution and keep you informed.
Thanks!

from json-forms.

sgaynetdinov avatar sgaynetdinov commented on July 1, 2024

This error has already been fixed

from json-forms.

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.