Set autocorrect on attribute to all Ion-input programmatically

Currently I have 137 ion-inputs + ion-textarea all over my app. Is there a way to set all Ion-input and ion-textarea autocomplete=“on” autocorrect=“on” spellcheck=“on” at the same time

Find and replace can always help.

since there no other way I did this. Anyway thanks