This PR also changes the solution which fixed https://github.com/paescebu/CustomKeyboardKit/issues/2.
Reason being, i wanted a solution which allows us to declare a constant keyboard object again, instead of computed property which recreated a new object every single time it was called.
The new approach will simply assign the submit closure to the keyboard based on the closure passed for the appropriate active textfield.
This PR also changes the solution which fixed https://github.com/paescebu/CustomKeyboardKit/issues/2. Reason being, i wanted a solution which allows us to declare a constant keyboard object again, instead of computed property which recreated a new object every single time it was called.
The new approach will simply assign the submit closure to the keyboard based on the closure passed for the appropriate active textfield.