Popescu Dan
Popescu Dan
Hello. I don't understand what 'vue.config.js' you are talking about in additional context, can you give mode details? Also please make a small codepen with a minimal code that would...
I think you have this problem: https://dev.webonomic.nl/fixing-the-iphone-css-hover-problem-on-ios Please try one of the methods in the link and report back here if it solves the problem for you or not, and...
I agree, it's quite visible the difference in inline-start alignment: https://play.tailwindcss.com/gA8dnjPfcH @saadeghi I would go with keeping padding to 3 (changing `ps-4` to `ps-3` for select)
@saadeghi I found a solution: https://play.tailwindcss.com/oT5V7KnQ0o?file=css Seems to work smooth even for `.modal-end` and `.modal-bottom` Tested to work as expected on: - chrome desktop linux - firefox desktop linux -...
#3835 should also be closed
@saadeghi I saw your comment https://github.com/saadeghi/daisyui/issues/3440#issuecomment-2847662168 I think now you can remove the visibility animation because the translate animation will work even if focused. (and then you can remove the...
I don't know how Cypress works, but could you try adding a delay between `.scrollTo('bottom')` and `.contains('4999')...`? When scrolling there is a $nextTick between the scroll and the rendering.
Any news on this? Does it work with the delay?
Are you doing a render when waiting? I don't know exactly how the testing framework works, but the virtual list needs a tick to re-render the content.
After the release of v1.8.4 tomorrow can you please try to call the new `refresh` method of QSelect after scrolling? - it might fix the things for you also