Chris Earle

Results 21 comments of Chris Earle

In my case, we were using a single selection, not a multiselect, which triggered the unexpected behavior.

I definitely agree with the multi-select scenario and it makes sense how it appeared. I would _not_ expect a search after a selection for a single select though because they've...

@bao1018 I've rebased and fixed the conflicts.

Relatedly, unlike the classic API for logs where the `Throwable` is passed as the last argument, using the Structured Format for logging hides the error from APM. This is a...

Possibly the subtraction should be _exactly_ like the addition in that addition is effectively `field += sum(fields)`, the subtraction could be `field -= sum(fields)`. That might be the simplest and...

Thanks for highlighting `searchableLabel`, although that impacts search for those that use it (I'm not, so I can make use of it). > I wonder if a potentially less breaking...

I only have the EUI variant accessible to my code, but the list is dynamic and does not support the use of the hook-variant of it as a result. I...

I somehow didn't see `renderOption`. This likely solves my problem completely.

This does indeed fix my issue. The only thing I would note is that the behavior, in Typescript, of moving the `data` properties to the `option` in `renderOption` is odd...