Fixing the accessibility frame in SwiftUI

I'm making a custom stepper control, and I cannot find any way to make the accessibility frame cover both buttons.

The point is that I would like this control to work as a slider control, so I added the accessibilityAdjustableAction modifier that works just fine. Am I missing something?

Filed as FB7858244.



Accepted Answer
Nothing wrong with your code, this is a bug that should be fixed in the public seed.
Fixing the accessibility frame in SwiftUI
 
 
Q