Globally set input options

Is there a way to set ion-input options globally? I want all of my input to: Auto capitalize, auto correct, autocomplete, etc… and I don’t want to write those on every input, as I know I will forget 1 in the future.

In theory: ion-input is a component. You can create your own component building on that already includes these options.
In practice: I have no idea :wink: