swift-focuser icon indicating copy to clipboard operation
swift-focuser copied to clipboard

fix: Keyboard Glitch / Add automatic conformance to enums that are CaseIterable / Ignore disabled Textfields

Open tareksabry1337 opened this issue 2 years ago • 0 comments

This PR addresses:

https://github.com/art-technologies/swift-focuser/issues/6 https://github.com/art-technologies/swift-focuser/issues/8

And also adds automatic conformance to FocusStateCompliant, so that whoever has an enum that's CaseIterable can conform to FocusStateCompliant and get free implementation instead of doing manual work.

Update: Implemented skip for disabled Textfield so that it moves to the next field automatically

tareksabry1337 avatar Aug 21 '22 10:08 tareksabry1337