GithubHelp home page GithubHelp logo

Comments (3)

poswald avatar poswald commented on May 27, 2024

I can hack around the poor browser controls by creating a template that says:

type="{% if type == 'date' or type == 'datetime' or type == 'time' %}text{% else %}{{ type }}{% endif %}"

The value being localized is more of an issue. I created a small patch where input type=date is always output as 'YYYY-MM-DD'. Would you accept it? I don't like that we loose localization but I don't see any way around it while remaining compatible with the html5 spec (and hence native browser widgets).

from django-floppyforms.

brutasse avatar brutasse commented on May 27, 2024

Thanks for the report.

Django 1.4 is definitely not getting floppyforms-like functionality, the merge hasn't happened for performance reasons. I'm still willing to maintain this project.

I'm not sure what should be done about this. Changing input types on a per-request basis is not trivial but doable by altering the form's fields['field_name'].widget.input_type attribute. Not what I'd qualify as pretty though.

Localization is quite broken in Django since it's done globally, not depending on the user's language like i18n. I'm not sure floppyforms would be the best place to fix this.

I'm happy to document ways to dynamically disable HTML5 input types if you think it's the best option.

from django-floppyforms.

Not-Qualified avatar Not-Qualified commented on May 27, 2024

dob = forms.DateField(widget=forms.widgets.DateTimeInput(attrs={"type": "date"}))

This will create

from django-floppyforms.

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.