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

Start editing field rows at the end when tapping blank space in row #2046

Merged
merged 3 commits into from
Jun 15, 2020

Conversation

mats-claassen
Copy link
Member

Fixes #2044

@mtnbarreto
Copy link
Member

- (void) textViewDidBeginEditing:(UITextView *)textView {
    textView.selectedRange = NSMakeRange(0, 0);
} 

may also work

@mtnbarreto mtnbarreto self-requested a review June 3, 2020 20:53
@mats-claassen mats-claassen merged commit 7e98517 into master Jun 15, 2020
@mats-claassen mats-claassen deleted the field_row_edit_end branch June 15, 2020 12:16
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.

Propose to make cursor starting from the right end of current text for TextRow
2 participants