You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to fill the text field with a pre-existing array of tags the user could have been saved in my app, and to be able to change in code the texts (tags) while the user is typing and show him dynamically the changes, but it seems that when handling the UITextFieldDelegate delegate methods, then no bubbles for the tags are shown.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. That's an interesting idea to set some prefilled tokens (or tags) externally. Do you have any thoughts on how the interface could look like?
Can you also elaborate a little bit more about the flow of showing the dynamic changes you mentioned?
I'd like to be able to fill the text field with a pre-existing array of tags the user could have been saved in my app, and to be able to change in code the texts (tags) while the user is typing and show him dynamically the changes, but it seems that when handling the
UITextFieldDelegate
delegate methods, then no bubbles for the tags are shown.The text was updated successfully, but these errors were encountered: