Replies: 3 comments
-
Hi @me21, This specific issue has been addressed in #983 and PR #1030 (version 1.2.21). |
Beta Was this translation helpful? Give feedback.
-
Regarding that PR, I have a question: For example, |
Beta Was this translation helpful? Give feedback.
-
I guess they are ORed: nicegui/nicegui/elements/mixins/disableable_element.py Lines 18 to 23 in 94cc62c But if in doubt, we should try it out or write a pytest. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
How secure is NiceGUI library against malicious user? For example, if an input and a button are disabled in Python code, but a user launches browser Developer Tools and manually removes "disabled" attribute from the corresponding controls in the web page, then clicks the button, would Python
on_click
handler be executed?Beta Was this translation helpful? Give feedback.
All reactions