You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A feedback module in being built which would allow end-users to add comments to Shesha pages views. It should be possible from the selected DOM element to determine which is the closest form component, sub-form (if applicable) and rendered form.
For form configs: Add a class sha-f to the root element of a configured form to help us easily identify configured forms and add custom data attributes e.g. data-sha-form-id (then feedback client tool will have to look up the additional required information); data-sha-form-is-top indicating if top level form
Similarly for the form components: add sha-c class and data-sha-c-name, data-sha-c-type attributes
The text was updated successfully, but these errors were encountered:
Overview
A feedback module in being built which would allow end-users to add comments to Shesha pages views. It should be possible from the selected DOM element to determine which is the closest form component, sub-form (if applicable) and rendered form.
See: https://chatgpt.com/share/e/6762e996-5c14-8010-bf1b-58b2d5f4d916 regarding adding custom attributes to HTML elements.
Acceptance Criteria
sha-f
to the root element of a configured form to help us easily identify configured forms and add custom data attributes e.g.data-sha-form-id
(then feedback client tool will have to look up the additional required information);data-sha-form-is-top
indicating if top level formsha-c
class anddata-sha-c-name
,data-sha-c-type
attributesThe text was updated successfully, but these errors were encountered: