File upload Widget Input box caption

0
I have a file uploader functionality in my project. I want to change the placeholder text of file uploader text box from'...' to 'No file Chosen'. How can i do this? tried to change caption but not working 
asked
3 answers
1

Hi Alok,

 

You will need JavaScript in order to change the '...' value since it is not customizable from within the Widget itself. For example, check this source.

 

Hope this helps.

answered
0

Hi Alok,

You can change in caption

answered
0

image.png

label caption

answered