Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

175
Views
contentEditable default template new line

I am building a text editor inside a div contentEditable

    <div
      contentEditable
      suppressContentEditableWarning
      spellCheck="false"
    >
      <p className="defaultTemplate">
        <br />
      </p>


      <div>
        Do not use this template
      </div>
    </div>

When i want to go next line if I am focused on the p line it copies the template and create a new dom with same properties. If I go next line while editing the div it copies the div.

<p class="defaultTemplate">
  <br>
</p>
<p class="defaultTemplate">
  <br>
</p>
<div>Do not use this template</div>
<div>
  <br>
</div>

Is there a method to set a default template that is always used?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!