You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: