make ui.open accept NiceGUI element as link target #2105
retsyo
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Thanks for the suggestion, @retsyo! It's pretty convincing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
doc on Navigate on large pages says we can simply pass a NiceGUI element as link target:
which is a handy method. However, sometimes I don't need a
ui.link
but, for example, aui.button
. So I writehowever, I get
So for consistency in concept with
ui.link
, I suggest to makeui.open
accept NiceGUI element as link target too.p.s. for now, we can still use
or
Beta Was this translation helpful? Give feedback.
All reactions