Daniel Lu

Results 94 comments of Daniel Lu

Thank you for filing this feature request, the team will have to discuss on the expected behavior, will bring this up in our next sprint grooming session.

The team has discussed the above behavior and we've added it to our backlog. It may take us some time to get to this due to other priorities, but we'd...

@rabidpug Looks like this is actually related to StrictMode, removing that makes the TableView rows rerender properly when typing in input field. Definitely something we need to address as a...

@JSanchezIO Mind sharing a codesandbox of the issue?

In that case feel free to open a separate issue/discussion and we can help you there.

Was brought up in slack room with https://codesandbox.io/s/tableviewv3-sort-forked-eppm1?file=/src/App.js (slightly modified from the original) as an example, looks like it isn't just a strict mode issue.

Note: to validate against changes made in https://github.com/adobe/react-spectrum/pull/2830

Discussed with team, recommendation is that users shouldn't be using async loading + client side sorting. Task here is to add something in the docs to warn people away from...

Thanks for the sandbox, definitely not ideal. I forget exactly why I made [this](https://github.com/adobe/react-spectrum/commit/22b7e06c85405bd02ae9e4981e5c98c311a7d945) change, perhaps we could use e.relatedTarget instead of document.activeElement Perhaps we can use the ownerDocument containing...

@deebov I tried your codesandbox and it seems to toggle the input element appearance on/off just fine. The console.logs seem to indicate that isPressed is being set to false on...