Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make UITextField.rex_text send on all editing events #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bencochran
Copy link

This solves some issues around keyboard shortcuts and autocomplete.
See: ReactiveCocoa/ReactiveCocoa#1767

This solves some issues around keyboard shortcuts and autocomplete.
See also: ReactiveCocoa/ReactiveCocoa#1767
@RuiAAPeres
Copy link
Member

Could you update UITextView as well?

@RuiAAPeres
Copy link
Member

The rex_controlEvents operator is only available for iOS, so the tvOS is failing:

#if os(iOS)

@dmcrodrigues
Copy link
Contributor

I refactored UITextField's rex_text in #119 to be a bindable property and to only use rex_controlEvents for iOS. I can include this fix in that PR and provide support for UITextView as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants