Skip to content

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