Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paescebu committed Mar 4, 2024
1 parent 5ca6643 commit ec14b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct ContentView: View {
}
}
```
If both modifiers are used `onCustomSubmit` takes precendece over `onSubmit` and performs the closure inside `onCustomSubmit` only. So please make sure to only use one of the two ideally.
If both modifiers are used `onCustomSubmit` takes precedence over `onSubmit` and performs the closure inside `onCustomSubmit` only. So please make sure to only use one of the two ideally.

## Using Your Custom Keyboard In UIKit
Once declared, you can assign your `CustomKeyboard`'s `keyboardInputView` property to the UITextFields `inputView`.
Expand Down

0 comments on commit ec14b6c

Please sign in to comment.