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

Type: Number should allow setting the value as a number #138

Closed
marstamm opened this issue Feb 28, 2024 · 0 comments · Fixed by #139
Closed

Type: Number should allow setting the value as a number #138

marstamm opened this issue Feb 28, 2024 · 0 comments · Fixed by #139
Assignees
Labels
enhancement New feature or request

Comments

@marstamm
Copy link
Member

Is your feature request related to a problem? Please describe

When I template a Number Property, I want to set the default as value: 10. Currently, I have to define it as a String, as only Number and String are allowed types for value.

Describe the solution you'd like

Allow number type.

{
         ...
        "label": "Amount",
        "value": 10
}

Describe alternatives you've considered

none

Additional context
Reported here: camunda/camunda-modeler#4154 (comment)

related to camunda/camunda-modeler#3622

@marstamm marstamm added enhancement New feature or request ready Ready to be worked on labels Feb 28, 2024
@marstamm marstamm self-assigned this Feb 28, 2024
marstamm added a commit that referenced this issue Mar 4, 2024
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed ready Ready to be worked on labels Mar 4, 2024
marstamm added a commit that referenced this issue Mar 4, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Mar 4, 2024
marstamm added a commit that referenced this issue Mar 4, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant