sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Is there a type="password" for input? #90

Closed mingyuen78 closed 3 years ago

mingyuen78 commented 3 years ago

Is there a type="password" for input? i cant seem to find it. guess i have to change the json output later.

abhimanusharma commented 3 years ago

@mingyuen78 There is no such type by default but you can add custom control using documentation. See Example

sethsandaru commented 3 years ago

@mingyuen78 @abhimanusharma I think it would be a good addition for Text Input control.

Let me add it in #88