I updated my project to androidx:
implementation 'androidx.appcompat:appcompat:1.0.0'
Now the OutlinedBox from this approach with MaterialComponents is causing my app to crash.
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
I could create the outline as a background with an editText background (this approach), but is there a way to do it with androidx and material components? Or perhaps I'm missing something else?