This week I had to add an “done” action to a numbers only text field. Seems easy. textInputAction: TextInputAction.done Done. Couple of hours later I got a message: “Doesn’t work on iOS”. I went on Google to search for a solutions. Stack Overflow su...