Hi all,
So i have this very simplified code, where I basically have an HStack with a custom modifier.
My question is, how can i keep the modifier on the HStack, but dont let the modifier apply to the button inside the HStack?
In this case i could just apply the modifier directly to the textfield, but as i mentioned, this is a very simplified version of my code, so let’s just assume the modifier has to be on the HStack
This is the modifier