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

140
Views
Angular content editable element cursor moves to the beginning

I'm working on a project which I want to use <table> with content editable <td>s, the problem I'm facing is when I type text in the <td> element cursor keeps jumping to the beginning of the word and if I type 123 it will be typed as 321 in the <td>

<td>Freight Costs to dealership</td>
<td colspan='6' class='text'
contenteditable 
[ngModel]="quateForm.get('dealershipNote').value" 
[ngModelOptions]='{standalone: true}' 
(input)='onChangeDealershipNote($event.target.textContent)'>

and

onChangeDealershipNote(e) {
  this.quateForm.patchValue({ dealershipNote: e });
}

please note that After saving, I want to view and edit the content in the future.

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!