Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

293
Vistas
How to disable some of time value selection in html input tag type="time"?

I have an input as type="time" when user click to select a time, I would like to disable some of time stamps for example 8:30 and 10:30 be disabled and user be not able to choose them. Preferably with JavaScript or css if possible.

Any idea how to do it?

enter image description here

<form action="/action_page.php">
  <label for="appt">Select a time:</label>
  <input type="time" id="appt" name="appt">
  <input type="submit" value="Submit">
</form>

Edited:

After getting a suggestion with this link I decided to use <dataList> as below, when I disable the option they disappear from list what is unsuitable for my cass.

Any suggestion why it disappear instead of disabling?

<input type="time" id="appt" name="appt" list="time-list">

   <datalist id="time-list" >
        <option id="08" name="08"  value="08:30" datatype="time" disabled>
        <option id="09" name="09" value="09:30" datatype="time" >
        <option id="10" name="10" value="10:30" datatype="time">
        <option id="11" name="11" value="11:30" datatype="time" disabled>
        <option id="13" name="13" value="13:30" datatype="time" >
        <option id="20" name="20" value="20:30" datatype="time">
    </datalist>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda