Piotr
Piotr
Hmm ok sounds reasonable. If you mentioned mock* functions... Is it any simple way of testing pending states using mock* helpers ? Pseudo test idea: ```javascript let request = mockFindAll('comment');...
And you can try to refactor it and use either `litsbox` or `menu` component ;)
Hey everyone. I encountered a similar problem when I tried to add lazy loading for items in the list. https://user-images.githubusercontent.com/11621383/162381833-699667ae-e674-4dd9-967b-444c7128ba7b.mp4 The way how I render list is simple: ```js {{#each...
Hello @rreckonerr :wave: So you expect that clicking on blue box it will keep modal opened ? E.g. in a scenario when we use external lib which appends toast as...
I found a relevant test which you described: > ...without triggering the @onclose action IF the "outsider" is wrapped with headlessui component. https://github.com/tailwindlabs/headlessui/blob/main/packages/%40headlessui-react/src/components/dialog/dialog.test.tsx#L1097 Looking at what others folks in topic...
According to the [Official API](https://headlessui.com/react/dialog#component-api) it does not pass event in callback either. Can you show your example (might be simplified) in some sandbox code ? Maybe we can resolve...
Good morning @rwwagner90 :wave: Hmm I believe that with `` component everything is fine. So far, I recognized that one line in the example might be problematic: https://github.com/GavinJoyce/ember-headlessui/blob/master/test-app/app/templates/dialog/dialog-modal-with-transition.hbs#L42 If you...
I am not an expert where we should apply `transform` or `transition-all` classes. But I found out that even in `headless-ui` library in examples they applied them in different places:...