Alex Inkin

Results 233 comments of Alex Inkin

This probably just needs an additional check + early return at some point.

@EricPoul sorry, didn't have time to think about it yet.

@splincode I think this issue needs a careful evaluation. Purely disabling strict matching will render people unable to select anything but `Canada`, unless they erase the input value, which is...

But you can continue typing currently. It resets options because otherwise once you typed `Canada` you will not see anything but `Canada` unless you erase some of it. And that's...

I believe we specifically made it emit `null` in `searchChange` to signify that this is a match. Anyway, I'm keeping this open to think how we can improve this.

Can you provide more details? Animation is a responsibility of custom dialog, that's why this example has different animation comparing to the default implementation.

I'm just not sure what the issue is. On the given link dialog opens with custom animation and closes instantly. Do you have an issue with your own custom dialog?...

I am unable to reproduce, please create a repo on github. I tried it with custom dialog, tried it with default dialog, tried it when the error is shown and...

I think I've got it. Your problem is that you have those elements in the dialog component itself, and not on its content. You're not supposed to make a custom...

Yes, this is not the way it is supposed to be used. When you define custom dialog you kind of create a family of dialogs which share the same behavior....