Crayons input field password style

Hey De-Community,

I am curious if it is possible to mask a password with crayons input (fw-input) when using it for custom app installation site?

Did not find anything on crayons webpage or here.

Best,
Thomas

Hi @ThomasH ,

Try as below,

<fw-input
  label="Password"
  error-text="Password is incorrect"
  type="password" // this should mask
  required
  clear-input
>

Thanks

1 Like

Thank you - Resolved my issue.
Would be good to have this in documentation aswell.

Best,
Thomas

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.