Results 179 comments of Simon Green

It would probably make sense to just keep any existing ID if there was one.

It's nice to be able to use "any" object for the item data, but some components need to match on string values. So if the item value isn't a string,...

Thanks, I'll checkout those issues

assuming this is fixed as those PRs are merged

I hadn't noticed it, but it definitely looks wrong - I'll look into it, thanks for letting me know!

Can you provide more details - which component, and the scenario you'd want to prevent close?

And what is the situation where the user wants to close a dialog, but the system should get to say "nuhuh"? IMO it should always be equivalent to a 'cancel'...

I see, so you want to protect against _accidental_ closure from them clicking anything but the `close` button.

Great question! Off the top of my head I can't think of _anywhere_ I've used dynamic data like this ... well, I have data loaded, but it's effectively static to...