• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
    • Questions
    • Teachers
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

153
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?

almost 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error