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

Missing metadata for enums which are not used in a viewmodel #1661

Open
tomasherceg opened this issue Jun 20, 2023 · 0 comments
Open

Missing metadata for enums which are not used in a viewmodel #1661

tomasherceg opened this issue Jun 20, 2023 · 0 comments

Comments

@tomasherceg
Copy link
Member

We have a custom control with a property of type enum. The enum is not used anywhere in the ViewModel, and a hard-coded value is assigned to the control property.
But inside the control, there are bindings that are using the value, and the enum metadata are not sent to the client.
The page crashes in JS in the init phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant