-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Have the ability to add comments now #37
Conversation
Co-authored-by: Andrew Gable <[email protected]>
Updated |
numberOfLines={3} | ||
minHeight={60} | ||
maxHeight={60} | ||
onChange={this.updateComment} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't working on iOS, can we use onChangeText
? I think we use it a couple other places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, the docs were identical for those, so we can try that. That's so odd why iOS would support one but not the other
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The event fires, but e.target.value
is always undefined
🤔
Updated |
Deploying with
|
Latest commit: |
5ec2e8a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://14f09467.helpdot.pages.dev |
…odal Add dismissModalWithReport
No description provided.