Hey all,
Wondering if its me being a bit silly, but checking on a fresh install of 13.8 with Umbraco forms 13.4.1
The generic “autocomplete” setting on forms doesnt actually seem to modify the form with any form of autocomplete attributes.
Ctrl + F’ing the default v13 theme seems to show autocomplete only exists on the FieldType.TextArea and FieldType.TextField, yet those declarations get their autocomplete directly from the field settings, not the form settings.
Am I misunderstanding the function of the Autocomplete option on the form settings or is this a dead checkbox field?