GithubHelp home page GithubHelp logo

Comments (3)

jquense avatar jquense commented on July 19, 2024

So there isn't a way currently, but it isn't difficult to add if needed. Can I ask why you want to set the name? The only reason i can think of is for form submission, in which case you are going to run into larger issues. The values in the inputs are not particularly formatted for form submission, since they are the human readable string representations of the typed value (Date, Number, etc).

One of the key advantages of react is that it allows you to keep all your state out of the DOM, and the widgets are built with that mindset. To that point I am not inclined to maintaining a nameable-submit-able input in each widget, as it creates two sources of truth. In single page apps I've done iI have always managed form submission manually (to do it async, etc) so I haven't run across this. I am definitely open to hearing your use case though.

from react-widgets.

imjared avatar imjared commented on July 19, 2024

The only reason i can think of is for form submission,

yep, exactly

since they are the human readable string representations of the typed value (Date, Number, etc).

right, moment.js to the rescue

One of the key advantages of react is that it allows you to keep all your state out of the DOM, and the widgets are built with that mindset.

yep, agreed. still would be nice to have the property available if a third party lib is interacting with it.

this isn't really a dealbreaker, i can definitely fork and implement. just flagging :)

from react-widgets.

jquense avatar jquense commented on July 19, 2024

Interop is something i didn't think about...I would be happy to make sure that the name prop gets passed down to the input tag. This does lead to an inconsistently with the dropdown and select widgets which don't have backing inputs with their values in them to name, although that may not bother you

from react-widgets.

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.