Hi @Jorge_Pineda,
Ayuba is out right now, but I’m happy to provide some context. We wanted to implement this change, but it turned out to be more complicated than we expected to ensure a high-quality experience.
As you are likely aware, Coda has a very rich and powerful formula language. When we examined changing the numeric input handling, we realized it felt quite broken that the formula language still expected users to write numbers with a dot as the decimal separator. To make the formula authoring experience consistent, we would need to develop a new formula parser with a different syntax, since commas are already reserved for separating parameters in a formula. The complexity increases further because we would need to build support to rewrite all formulas in any Coda document when a user toggled the number format setting in that document.
I know this isn’t what you were likely hoping to hear. That said, I’d love to gather thoughts from the community on whether they would prefer to deal with inconsistent experiences between data handling and formula authoring. I’m happy to bring this request back to the team.