Insert protected password field to your App Designer App
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Insert protected password field to your App Designer App.
HOW TO USE
1. Copy passwordEdit.html file to your App's folder
2. Insert HTML Component to your App. Rename it to 'PasswordHTML'
3. Setup PasswordHTML component to use passwordEdit.html file
4. Create for PasswordHTML component DataChanged callback:
function PasswordHTMLDataChanged(app, event)
password = app.PasswordHTML.Data;
disp(password);
end
EXAMPLE
Examine PasswordEditExample.mlapp
Cite As
Pavel Roslovets (2026). App Designer Password Edit Field (https://github.com/roslovets/App-Designer-Password-Edit/releases/tag/v1.0.0), GitHub. Retrieved .
General Information
- Version 1.0.0 (40.8 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with R2019b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
