Today I Learned - Rocky Kev

Tagged “inputs”

  1. TIL You can change the blinking line

    The caret-color CSS property sets the color of the insertion caret, the visible marker where the next character typed will be inserted. This is sometimes referred to as the text input cursor.

  2. TIL Value as Number

    Returns the value of the element, interpreted as one of the following, in order: A time value, A number, NaN if conversion is impossible.

  3. TIL How to add a placeholder cursor in an input

    How to add a placeholder cursor in an input

See all tags.