Skip to content

Submit/Reset inputs lose text when value=undefined. #12872

Closed
@ellsclytn

Description

@ellsclytn

Do you want to request a feature or report a bug?

Bug.

What is the current behavior?

Creating an <input type='submit' with value={undefined} results in a button with no text. https://codesandbox.io/s/nn7p94y3rl

The same behaviour can be seen with type='reset'

I have a PR open with a proposed fix. #12780

What is the expected behavior?

The input should use the browser's default value for the input (Submit for en, etc.).

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

React 16.3.2. Chrome 66.0.3359.139. macOS 10.13.4. Works in React 15 (unsure of earlier versions)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions