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

154
Views
HTMLOptionElement: label vs text

<option>s seemingly have 2 ways of setting the text content? .label and .text. label seems to take precedence over text but otherwise seems to behave the same.

const sel = document.getElementById('sel')
console.log(sel.children[0].text)
sel.children[0].text = "foo"
  <select id="sel">
    <option label="bar">world</option>
  </select>

Does this serve a purpose? Does one work better for screen readers? Tooltips?

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!