SyntaxFix
Write A Post
Hire A Developer
Questions
Clearing the value of 0th index of input worked for me. Please try the below code, hope this will work (AngularJs).
scope.onClick = function() { input[0].value = ""; input.click(); };