I'd like to be able to define the value of the `autoComplete` prop added to the input to improve the autofill feature, and in some cases disable it. Should adding the `autoComplete` prop overwrite the default `autoComplete: 'off'` value? Chrome ignores the "off" value.
I'd like to be able to define the value of the
autoCompleteprop added to the input to improve the autofill feature, and in some cases disable it.Should adding the
autoCompleteprop overwrite the defaultautoComplete: 'off'value?Chrome ignores the "off" value.