umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Autocomplete Attributes #1211

Closed markadrake closed 1 month ago

markadrake commented 1 month ago

Most (if not all) form fields should have configurable autocomplete attributes.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

For the example below, I would want to set this form field to new-password. The best editor experience would be providing a list of known values and an override in case new or platform-specific values are introduced and the Umbraco Forms product lags.

image

markadrake commented 1 month ago

This is implemented in OOTB fields. Closing.