Insert protected password field to your App Designer App
-
Copy
passwordEdit.html
file to your App's folder -
Insert HTML Component to your App. Rename it to 'PasswordHTML'
-
Setup PasswordHTML component to use
passwordEdit.html
file -
Create for PasswordHTML component DataChanged callback:
function PasswordHTMLDataChanged(app, event)
password = app.PasswordHTML.Data;
disp(password);
end
Examine PasswordEditExample.mlapp