Deform 2.0.4: Adding custom placeholder text to CheckedPasswordWidget

51 Views Asked by At

Is adding a custom placeholder text in CheckedPasswordWidget() supported by Deform? If yes, how can it be implemented?

1

There are 1 best solutions below

0
Steve Piercy On

Your question shows no research effort. One place to look for resolutions to issues is in the issue tracker or open pull requests of a project, like this one Added html attributes support (e.g. including placeholder and maxlength). It has not been merged because it lacks tests and documentation, but it should work.