Paul Hurst

Results 3 comments of Paul Hurst

Just though I'd share the workaround I'm using in the interim, in case it's of use to others; ```tsx type DataAttributes = { [K in `data-${string}`]: string; }; const Box...

> The official example about userEvent.selectOptions is here: https://testing-library.com/docs/ecosystem-user-event#selectoptionselement-values-options The docs might have changed, but I think the `v14` example is under `User Interaction` > `Utility APIs`; https://testing-library.com/docs/user-event/utility#-selectoptions-deselectoptions Whereas the...