Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Bug #523: Filtering contacts #568

Merged
merged 14 commits into from
Feb 17, 2020
Merged

Conversation

Agupane
Copy link
Contributor

@Agupane Agupane commented Feb 14, 2020

Closes #523

@Agupane Agupane self-assigned this Feb 14, 2020
@ghost
Copy link

ghost commented Feb 14, 2020

Travis automatic deployment:
https://pr568--safereact.review.gnosisdev.com

1 similar comment
@ghost
Copy link

ghost commented Feb 14, 2020

Travis automatic deployment:
https://pr568--safereact.review.gnosisdev.com

@ghost
Copy link

ghost commented Feb 14, 2020

Travis automatic deployment:
https://pr568--safereact.review.gnosisdev.com

@francovenica
Copy link
Contributor

I've checked and it works fine for me. I'll check again once the change asked is done

return foundName || foundAddress
})}
getOptionLabel={(adbkEntry) => adbkEntry.address || ''}
filterOptions={(optionsArray, { inputValue }) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we extract this to a function?

@@ -112,14 +132,17 @@ const AddressBookInput = ({
options={adbkList.toArray()}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why .toArray? was there any error?

@fernandomg fernandomg deleted the 523-finderting-contacts branch February 17, 2020 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants