1.1.0
Whats new?
- Resolved Issue with Fast-Appearing TextFields: Addressed a limitation where custom keyboards were not correctly applied to rapidly appearing text fields (e.g., within conditionals), causing the default keyboard to appear instead. This issue is now resolved (#25).
- Reverted Fix from Issue #2: The previous solution introduced in #2 required the use of a computed property that generated a new keyboard instance with each call, resulting in the creation of multiple new objects. The revised solution now dynamically adjusts the custom submit closures based on the currently active text field (first responder), improving both performance and functionality.
Special thanks to @fraune for the detailed bug report that helped us resolve these issues! 🎉💪