This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
How to add a component with event handler? #2
Comments
Thanks it worked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created an app menu item for a sample counter and temperature components that I would like to add. I clone the repo and have not use the rf-init command. I am on windows 10.
config.py
The counter.py has this entry.
That
CounterComponent()
is an import from my content folder.The content folder is under the reflexify folder.
My
content/counter.py
What is the issue?
The issue is that when you press the plus or minus button, the counter is unresponsive, meaning if you press the plus sign, the counter shown will not change, similar to minus sign.
The text was updated successfully, but these errors were encountered: