Re: Regression on numeric values input

2025-10-10 Thread Florian Motteau
Hi all, I will push this and my "quickfix" today. Le 08/10/2025 à 09:31, Jacques Le Roux a écrit : Hi Florian, All, After Florian's detailed explanation here and at https://github.com/apache/ofbiz-framework/pull/913 I believe we should go the way he proposes in a 1st step and see if we can't

Re: Regression on numeric values input

2025-10-08 Thread Florian Motteau
So I just updated my PR, it contains 2 commits , the first implements a "step" attribute on number inputs, with "any" as default value, which allows to enter decimals in number inputs (or define a step if needed), the second is a quick

Re: Regression on numeric values input

2025-10-06 Thread Florian Motteau
Hi Jacques, Deepak, Thank you for the quick feedback. I also think we should implement the step attribute completely (not only adding step="any" on number inputs), it is quite simple and I believe it is useful (it allows the user to be guided, for example showing him that we expect an integer