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

303
Views
Browser returns an error when I click Select

Sometimes there is such an error in Chrome (sometimes it is and sometimes it is not)

Uncaught DOMException: Failed to execute 'getRangeAt' on 'Selection': 0 is not a valid index.
    at chrome-extension://ogdfpjfkomoeoodbemmkloabcjkmmbol/contentScript.bundle.js:51:124433
    at HTMLDocument.w (chrome-extension://ogdfpjfkomoeoodbemmkloabcjkmmbol/contentScript.bundle.js:51:124680)

HTML:

<div class="form-group">
  <label for="categories">Kategoria</label> <select name="categoryId" id="categoriesss" class="form-control" onchange="changeCategory(this.value)">
    <select name="categoryId" id="categoriesss" class="form-control" onChange="changeCategory(this.value)">
      @for (int i = 0; i < Model.Categories.Count; i++)
      {
        <option value="@Html.Raw(Model.Categories[i].CategoryId)">@Html.Raw(Model.Categories[i].Name)</option>
      }
    </select>
  </select>
</div>

Is there something wrong with this code?

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!