GithubHelp home page GithubHelp logo

Comments (8)

gkienhuis avatar gkienhuis commented on April 25, 2024 5

See https://chromium-review.googlesource.com/c/chromium/src/+/4329778

from react.

mrb1nary avatar mrb1nary commented on April 25, 2024 1

image

I guess it's a canary bug
(Left: Edge | Right: Canary)

from react.

stefcameron avatar stefcameron commented on April 25, 2024 1

I'm not sure this is a react bug or a chrome canary bug.
But because I cannot repro with simple html I decided to open issue here first.

Not a React bug. Plain HTML has the same issue. Seems to be Canary-specific.

<input placeholder="This is the placeholder" value="foobar" />

I see this in Canary Version 113.0.5629.0 (Official Build) canary (arm64), but I don't see it on Chrome Version 110.0.5481.177 (Official Build) (arm64) and FireFox 110.0 (64-bit). All these checks were done on on macOS 13.2.1 (22D68).

from react.

lazybean avatar lazybean commented on April 25, 2024

I'm not sure this is a react bug or a chrome canary bug.
But because I cannot repro with simple html I decided to open issue here first.

from react.

KrishKuChhabra avatar KrishKuChhabra commented on April 25, 2024

import "./styles.css";
import React, { useState } from "react";
export default function App() {
const [value, setValue] = useState("");
return (


Hello CodeSandbox


Start editing to see some magic happen!

  <input
    onChange={(e) => setValue(e.target.value)}
    type="text"
    placeholder="Enter your name"
    value={value}
  />
</div>

);
}

from react.

sunsations avatar sunsations commented on April 25, 2024

I have the same issue:

image

opening https://codesandbox.io/s/chrome-canary-placeholder-bug-ez4je3?file=/src/App.js

from react.

github-actions avatar github-actions commented on April 25, 2024

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

from react.

github-actions avatar github-actions commented on April 25, 2024

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!

from react.

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.