Giter VIP home page Giter VIP logo

Comments (8)

satya164 avatar satya164 commented on July 22, 2024 1

@davidjamesstone Okies! I sent a PR adding a prop for that. Lemme know if it works for you.

from react-simple-code-editor.

oliveiraddb avatar oliveiraddb commented on July 22, 2024

Another nice to have prop is placeholder. The textarea element has it built-in but I can't seen to be able to set it though simple code editor.

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

@davidjamesstone maybe you could do this instead:

<label>
  This is some label
  <Editor />
</label>

IMO IDs don't play very well with component-based designs because they need to be unique.

@oliveiraddb can you send a PR adding the prop? note that you'll also need to add the following CSS for the placeholder to showup.

.editor textarea:empty {
  -webkit-text-fill-color: initial !important;
}

from react-simple-code-editor.

davidjamesstone avatar davidjamesstone commented on July 22, 2024

@satya164 Implicit labels wont work in my case as they break the css/layout which I have no control over. They also aren't as well supported as explicit labels in assistive / accessible tooling.

I agree about IDs being kind of at odds with component based design but I don't have an alternative here.

from react-simple-code-editor.

davidjamesstone avatar davidjamesstone commented on July 22, 2024

Looks good & Thank you!

from react-simple-code-editor.

kitten avatar kitten commented on July 22, 2024

See #13 and #14 around how we'd like to avoid preventing more customisation in the future :) It's becoming apparent that every time someone discovers some smaller prop issues or sth they need to customise, they hit a wall and need a fix in the main lib, so customisability would be a neater answer ✨

from react-simple-code-editor.

davidjamesstone avatar davidjamesstone commented on July 22, 2024

Thanks @satya164. Much appreciated.

from react-simple-code-editor.

satya164 avatar satya164 commented on July 22, 2024

Actually this prop isn't released. I just added placeholder prop. Will support id with render props later.

from react-simple-code-editor.

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.