Help with upload file from dropdown #415
-
Help WantedProblemI'm trying access a hidden file upload form from a dropdown box. I had another solution working in that past with javascript: document.getElementById('clickID').click(); My new solution work but I have to add a margin-right: .78571429rem; to the icon, and I have to click within the red border. how can I make the whole area clickable. Any help is appreciated. My fiddle |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have to remove the padding from the item and add it to the fileupload label instead. |
Beta Was this translation helpful? Give feedback.
-
You are awesome ! 👍 |
Beta Was this translation helpful? Give feedback.
You have to remove the padding from the item and add it to the fileupload label instead.
Adjusted your fiddle here: https://jsfiddle.net/n8gz1oxu/