David Chandra Purnama

Results 14 comments of David Chandra Purnama

@ryanwelcher I think the problem comes from a mismatch between how the search REST API works and how the FormTokenField handles results. FormTokenField only displays suggestions when the keyword matches...

In local or staging, maybe. In production, I’d prefer to avoid any fatal errors.

@johnbillion Sorry for the late reply. I haven’t been able to investigate this further yet. The fix I submitted is more of a safeguard—a good practice to prevent errors (especially...

@peterwilsoncc hmm.. interesting. but the initial code ``` sanitize_text_field( ... ) ?? '' ``` is a valid bug/incorrect code.