specifying an ID will cause problems #577
freemant2000
started this conversation in
General
Replies: 1 comment
-
The ID generation and management needs to be revisited. I think we should refactor out an ID generator and allow for plugable ID generators. This will also fix the problem I am having with WTFor data validators. |
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
-
Hi,
If the html ID is set and event handling is enabled for that component, then there will be problem as different component instances on different page instances have the same ID, which is used in a global dict:
perhaps we should use both the page id and element id for this?
Beta Was this translation helpful? Give feedback.
All reactions