Description of the enhancement:
The enhancement will add password type on fw-input to mimic a native input with password type in the Crayon design system.
Related components, fw-form-control and fw-form, will reflect that change by adding support of this new supported input type.
Describe the solution you'd like
It look's like that it's mainly a case of adding password input type and passing it to the native input.
P.S.: I would have loved to contribute it, but for the moment there's a library named node-gyp that won't install on my m2 Mac. You know, compiling random c++ from the internet on a Mac and on an arm64 CPU. What could go wrong 😅 I'll try tomorrow on a VM.