Search code examples
ionic3placeholderinput-type-file

Ionic alert controller: placeholder not working on input type file


I have an Ionic alert controller that contains an input of type file. I set the placeholder text in the input configuration, like this:

enter image description here

But when the alert is prompted a default text is shown as shown below:

enter image description here

Am I missing something to configure? By the way, how can I change the default text for the select file button?


Solution

  • According to Ionic Alert Controller documentation, Placeholder property only works for textual and numeric inputs.