PythonPan

Results 49 comments of PythonPan

Now ElementFilter's method supports constructing in one step. ```python3 from nicegui import ui,ElementFilter with ui.row(): with ui.card(): ui.button('button A') ui.label('label A_A') ui.label('label A_B') with ui.card(): ui.button('button B') ui.label('label B_B') ui.label('label...

I make a tab for beginner to learn ElementFilter's method, but I don't know how to insert it in document correctly, can anyone help me? Thank you so much! ```markdown...

@rodja Hi,I am writing a chinese guide of nicegui for beginner. When I learn element's mark methond, I found that mark method supports `mark('A','B BA') `. In `mark('A','B BA') `,...

@superlou do you test it in pure termial or in ide's integrated terminal? It soulds like similar bug in pycharm or in vscode i met.

Maybe tailwindcss version is not `3.4.0` or newer. I found the same problem in tailwindcss: https://github.com/tailwindlabs/tailwindcss/discussions/12358#discussioncomment-9591980 The solution is upgrading tailwindcss to `3.4.3`. And i think [falkoschindler](https://github.com/falkoschindler) 's code works...

@edwardyeung what terminal do you use? what ime do you use?

I test it, and i found that i can only input one chinese word in once, when i input one more chinese words in once, ttkdesigner exits unexpectly. ![Image](https://github.com/user-attachments/assets/79008b9b-bb99-418d-a526-a4c3418c338c)

try to ` pkg install binutils ` and `pkg install libuv` first @nikhilgrajput

@falkoschindler It seems to be related to tab_panels' `keep_alive` property. When I disable `keep_alive`,it works as expected. ```python3 with ui.tab_panels(keep_alive=False,value='1') as tabs: with ui.tab_panel('1'): ui.label('Tab 1') ui.button('Go to 2', on_click=lambda:...

@falkoschindler Finally,I get it. This bug or feature only occurs when `transition-prev/next` is `slide-*` and `transition-duration`