Password textfield

do we have support for password type textfield in forge ui like :

I have tried with type=“password” but it’s not working showing as text type on html

2 Likes

Based on the TextField reference docs the answer is no. The TextField only supports the following types: "text" | "number" | "email" | "tel"