Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

input type file without button

.textInput::-webkit-file-upload-button {
    display: none;
}
 
PREVIOUS NEXT
Tagged: #input #type #file #button
ADD COMMENT
Topic
Name
2+7 =