Git Product home page Git Product logo

Comments (4)

bhch avatar bhch commented on May 24, 2024 1

I've built this using React and the convention is to use empty string for blank number inputs.

But I agree it doesn't make sense to use string for integer field. I'll fix it soon.

from django-jsonform.

bhch avatar bhch commented on May 24, 2024 1

I've fixed this issue and released a new version (v.2.5.0).

Please upgrade using pip install -U django-jsonform.

Also, remember to refresh browser cache to load updated js files.

Thank you for reporting this issue.

from django-jsonform.

bhch avatar bhch commented on May 24, 2024

All fields are optional by default. I'm not sure what's wrong.

Could you post a sample schema for me to reproduce this?

from django-jsonform.

mick88 avatar mick88 commented on May 24, 2024

I just realized that my problem is not with field being required, it's that the empty value for "int" field is stored as an empty string. This fails my model validation that asserts the value to be either None or an integer instance. Because it's a string, the validation fails.

Here's the relevant schema:

    {
        'type': 'object',
        'keys': {
            ...
            'team_id': {
                'type': 'integer',
            },
            ...
        },
    }

The error I'm getting:
image

from django-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.