Jquery – How to handle "input is not focusable" in javascript form validation?
I have this control <div class="conico"> <input class="form-control" readonly id="fileName"/> <input class="form-control" type="file" style="display:none;" required="xxx" id="fileSelect"/> <label for="xxx" class="ico"> <img src="/images/icocamera.svg"> </label> </div> I want to fill a text box with the name of a file. In my code above,…