Numeric default value field does not coerce values #605
Labels
bug/confirmed
Bug/regression has been confirmed.
cherrypick:2.0
Requires cherry-pick to Orchestrator 2.0
kind/bug
A bug or regression in expected behavior.
Milestone
Describe the bug
When a numeric pin (
int
orfloat
) accepts a value that does not conform to theint
orfloat
data type, while the value in the default value property is coerced, the UI is not properly coerced. For example, entering a value ofabc
should result in the field being set to0
. If the data type isint
and entering a value of25.25
should result in the field being set to25
.Expected behavior
abc
should set theLineEdit
value to0
.25.25
should set theLineEdit
value to25
when the type isInt
.Actual behavior
The entered value is just retained without any field updates.
How to Reproduce?
No response
Godot full version
No response
Orchestrator version
2.1.rc2
Additional information
No response
The text was updated successfully, but these errors were encountered: