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

Survey Creator: Property Grid incorrectly displays the Name and Title properties of custom components #7852

Closed
JaneSjs opened this issue Feb 9, 2024 · 0 comments · Fixed by #7853
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Feb 9, 2024

User Issue: T16729 - Issue with Inconsistent Form Field Values
https://surveyjs.answerdesk.io/internal/ticket/details/T16729


View Demo

A survey element which is based on a custom component has a name and title.

 creator.JSON = {
        elements: [
            {
                type: "country",
                name: "question1",
                title: "Select a Country"
            }
        ]
};

However, a property grid displays these settings incorrectly:
image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Feb 9, 2024
@andrewtelnov andrewtelnov transferred this issue from surveyjs/survey-creator Feb 10, 2024
tsv2013 pushed a commit that referenced this issue Feb 12, 2024
@RomanTsukanov RomanTsukanov changed the title Property Grid incorrectly displays the Name and Title properties of Custom Components Property Grid incorrectly displays the Name and Title properties of custom components Feb 13, 2024
@RomanTsukanov RomanTsukanov changed the title Property Grid incorrectly displays the Name and Title properties of custom components Survey Creator: Property Grid incorrectly displays the Name and Title properties of custom components Feb 13, 2024
@OlgaLarina OlgaLarina added this to the v1.9.130 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants