Hello,
in the 2023.1.3.29 version, we have apparently identified a reproducible bug.
In our case we are using a text field to store a time value. The goal is for this to automatically replace a period ('.') with a colon (':') after input (Style and behavior).
The error occurs when we attempt to replace every period ('.') with another character using STRING REPLACE, specifically in the case of "15.00" where we want to replace each period ('.'). Instead of just replacing the periods, ALL characters are replaced with the replacement character.
Consequently, replacing '.' with ':' results in ':::::', and replacing '.' with '14' leads to '1414141414'.
I have documented this issue very clearly in the attached graphic. The error occurred in an existing application but was also reproduced in a separate test app.
Thanks for checking,
Bjoern Poller
Josef Raedlinger Group