Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when submiting form in UI partial view #87

Open
skrjanec opened this issue May 5, 2020 · 0 comments
Open

Error when submiting form in UI partial view #87

skrjanec opened this issue May 5, 2020 · 0 comments

Comments

@skrjanec
Copy link

skrjanec commented May 5, 2020

When submiting (add or edit) a form with no framework elements an error occurs:

Uncaught (in promise) Error: E0110 - Unknown validation group is detected.

Example of form body, where mode and checkList are custom devextreme components:

                <tp-form-body>
                    <div class="form-group">
                        <tp-label text="@GetString("ProcessesUI/Strings", "OperationQualityModeLabel")"></tp-label>
                        <div id="mode">
                    </div>
                    <div class="form-group">
                        <tp-label text="@GetString("ProcessesUI/Strings", "OperationQualityCheckListLabel")"></tp-label>
                        <div id="checkList">
                    </div>
                </tp-form-body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant