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
We could also .trim() whitespace in the core, both dc_may_be_valid_addr and dc_create_contact, but it looks more correct to do on the caller side, otherwise it would be to easy for bots using this APIs to not notice that they have whitespace in their databases from loosely parsed CSVs or something like this.
* trim the input value to fix#3299
* update change log to include fix of #3299
* per simon's suggestion
* Update CHANGELOG.md
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
* change the useContactNew hook to trim the queryStr
* happy now, prettier?
* trim queryStr in useContactsNew in every case
* per simon's review
---------
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
Loosely related to #3286 and #1450
The text was updated successfully, but these errors were encountered: