I'm looking to get rid of the "No file selected" tooltip that appears on a file input in Google Chrome. I have observed that this tooltip does not show up in Firefox.
It's important to clarify that I'm referring specifically to the tooltip that pops up when you hover your mouse over the input, not the text that displays within the field itself.
I attempted to resolve it with the following code but was unsuccessful:
$('#myFileInput').attr('title', '');