Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Hide calendar icon

/* Hide the clear button from date input */

input[type="date"]::-webkit-clear-button {
 -webkit-appearance: none;
  display: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Hide #calendar #icon
ADD COMMENT
Topic
Name
2+2 =