Keyboard changes automatically while deleting/selecting tags.
rajendersha opened this issue · 4 comments
Which version of the WSTagsField are you using?
its latest one
On which platform does the issue happen?
iOS11.4.1
Are you using Carthage?
No
Are you using Cocoapods?
No
Which version of Xcode are you using?
xCode 9.4
What did you do?
Following is use case to reproduce this bug:
Set keyboard type to 'phonePad' of the WSTagsField. Then add some tags into the same field, now when selecting tags by tap or deleting them keyboard changes between standard and numeric type.
I think this is happening due to tag selection as UITextField will be resigning from first responder.
What did you expect to happen?
Keyboard should not change automatically.
What happened instead?
Keyboard changes automatically while deleting tags in case keyboard type is set to 'phonePad'.
@rajendersha Thanks! Could you add a reproducible project example or at least a stack trace to get any information of the crash, please? 👍
@rajendersha Bump.
We finally fixed this issue: https://github.com/whitesmith/WSTagsField/releases/tag/5.1.0