EurekaCommunity / PostalAddressRow

An Eureka row that shows a series of UITextField's for the user to enter postal address information
MIT License
19 stars 10 forks source link

Wrong firstResponder ordering on simulator #2

Open tsanjoto opened 7 years ago

tsanjoto commented 7 years ago

When we click the street cell. If I press "tab" it would go from street -> city instead of street -> postal.

see http://giphy.com/gifs/l0HlNz3NhbcXRyEFi

this only happens in the simulator since it have access to the "tab" key as keyboard.

I'm assuming it would behave the same way if an iphone/ipad is connected to wireless keyboard and press tab