Skip to content

Commit

Permalink
Cherry-Pick DYN-6526 Converter Culture Bug Swedish (#15587) (#15602)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGlobant20 authored Nov 6, 2024
1 parent 3383a05 commit 9cefdca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void CustomizeView(DoubleInput nodeModel, NodeView nodeView)
{
Mode = BindingMode.TwoWay,
Converter = new DoubleInputDisplay(),
ConverterCulture = CultureInfo.InvariantCulture,
NotifyOnValidationError = false,
Source = nodeModel,
UpdateSourceTrigger = UpdateSourceTrigger.Explicit
Expand All @@ -77,4 +78,4 @@ public void Dispose()
{
}
}
}
}

0 comments on commit 9cefdca

Please sign in to comment.