-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Note: For inquiries while using PyWebIO or questions that might be helpful to others, please consider moving to Discussions for posting.
BUG Description
How to change the disabled property of put_button in pin_on_change,Because put_button doesn't have a name, so I can't change the disabled property through pin_on_change, I try to do it with use_scope, unfortunately it doesn't work, my idea is that with user input, disabled change from True to False, so the user can click this button
A clear and concise description of what the bug is and how to reproduce it.
If the browser console reports an error or the script throws an exception, please also report them.
Environment Information
- OS and Version: macos
- Browser and Version: chrome
- Python Version: Use
python3 --versionto view: - python3.8
- PyWebIO Version: Use
python3 -c "import pywebio;print(pywebio.__version__)"to view - pywebio:1.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working