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

Added selection support for primitive values #14

Merged

Conversation

mmarkwort
Copy link
Collaborator

Closes #13

Tested with IntegerSteps & PrimitiveValues.

@Toxantron
Copy link
Member

Thank you very much. Looks like this was not implemented before and I simply imagined seeing it again.

@mmarkwort
Copy link
Collaborator Author

It was already implemented for string lists and enums. I just added the support for integer and floating values.

@Toxantron
Copy link
Member

That should cover possible values for all primitives now, right?

@mmarkwort
Copy link
Collaborator Author

mmarkwort commented Jul 30, 2020

Yes, but we will have an issue with floats. The conversion will not work if the decimal points are different (Backend en-us and frontend de-de).

@dbeuchler dbeuchler added bug Something isn't working enhancement New feature or request labels Aug 3, 2020
@dbeuchler dbeuchler merged commit 14c6725 into PHOENIXCONTACT:dev Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config value does not work for drop-down primitives
3 participants