Skip to content

Instantly share code, notes, and snippets.

@steveruizok
Created August 21, 2020 08:28
Show Gist options
  • Save steveruizok/997c0d44f92faa211203ca6c8aff014b to your computer and use it in GitHub Desktop.
Save steveruizok/997c0d44f92faa211203ca6c8aff014b to your computer and use it in GitHub Desktop.
SwiftUI TextField bug, where first character comes after the second.

Bug Fix

Hey all, just getting started with Swift and running into this issue where, on Textfields with bindings, the first character is always placed ahead of the cursor.

The fix was to upgrade MacOS from 10.15.5 to 10.15.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment