Change Placeholder in dialog

How to change the placeholder text of input textbox in dialog with type login or password?

http://framework7.io/docs/dialog.html#dialog-shortcuts-parameters

1 Like

Thank Vladimir for prompt reply.
This is working fine by adding parameter in dialog property in app initialization. this will change the values in all the dialog in application.

Can you please suggest how to change certain parameter only on certain screen?

Not supported. For his case you need to create custom dialog with required parameters using app.dialog.create method

1 Like