fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

Allows to enable/disable keyboard control, fixes issue of unwanted focus ring in macOS 14+ #330

Open peterpaulis opened 10 months ago

peterpaulis commented 10 months ago

Fixes: https://github.com/fermoya/SwiftUIPager/issues/329 by using the new modifier .allowsKeyboardControl(false)

philipyoungg commented 10 months ago

Curious how does this PR solve the focus ring issue?

peterpaulis commented 10 months ago

Curious how does this PR solve the focus ring issue?

Simply by giving the option to disable keyboard control… without keyboard control, the focus ring doesnt appear