Feature/1265 venue address search#1451
Conversation
Test Coverage Report✅ All coverage checks passed! ✅ PHP Coverage✅ JavaScript CoverageThis comment is automatically updated on each push. |
|
|
||
| $parts = array_filter( | ||
| array_map( 'trim', $parts ), | ||
| static function ( $p ) { |
There was a problem hiding this comment.
static function ( $p ): bool {
Obviously it's supported by the API, but not the usage terms, are you aware of this changing? |
@dd32 Nice catch! I will check this out and see if I can find a viable alternative(I think I already found one). cc @mauteri |
…g, a11y, and component reorganization.
…erPolicy hack, and document external services.
Preview changes with PlaygroundYou can preview the recent changes for PR#1451 with the following PHP versions: PHP Version 8.4
PHP Version 8.2
PHP Version 7.4
Download Made with 💙 from GatherPress & a little bit of WordPress Playground. Changes will not persist between sessions. |
Description of the Change
Adding type ahead functionality when selecting addresses.
Closes #1265
How to test the Change
Start typing an address. The type ahead should kick in with at least 3 characters.
Changelog Entry
Credits
Props @jmarx
Checklist: