Skip to content

issue#115: add password field format #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2023
Merged

issue#115: add password field format #5

merged 1 commit into from
Jun 27, 2023

Conversation

saicheck2233
Copy link
Owner

Issue#115: Support for type 'password'

Link: Issue#115

Description: Add a new format for password field

Pic before changes:
image
Password field does not masked the password typed

Pic after changes:
image
Password field now masked the password type

Remark:
Another way of doing this without the code changes on the JSON form library is add a format decorator in your own code. This would require to import the brutusin-json-forms-boostrap.js.

BrutusinForms.bootstrap.addFormatDecorator("password", "password");

But since this changes is applied, the above method is not needed anymore.

@saicheck2233 saicheck2233 merged commit 7d45401 into master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants