Duplicate User field number requires whole number for decimal

Andy.N

Well-known member
Affected version
2.3.4
This may be a new bug. I hope there is a patch as this has stopped our users from submitting their college applications when they enter their GPA and it does not allow decimal.

Screenshot 2024-11-08 at 11.00.35 PM.webp

Screenshot 2024-11-08 at 11.01.25 PM.webp
 
I can confirm that this occurs with add-ons disabled, this is a bug. It also affects resource manager custom fields.
 
Last edited:
It's a bad fix for another bug. You can remove line 7112 through 7115 of src/XF/Template/Templater.php:

PHP:
        if ($step === 'any')
        {
            $step = 1;
        }
 
Back
Top Bottom