Hello,
When using the password text input component, is it possible to set the autocomplete
attribute to off
?
In the advanced settings for the components interactions, I see an "autofill type" drop down with 3 options: current-password
, one-time-code
, new-password
. If I leave that drop down blank, the component seems to render with autocomplete="current-password"
by default.