How to reproduce:
1. Open the attached “slider.zip” project
2. Select “SomeSo.asset” (Assets > SomeSo)
3. In the Inspector window, focus the input field of a slider value
4. Insert “.25” or “,25”
5. Observe the result
Expected result: Value is “0.25“
Actual result: Value is “1”
Reproducible with: 2022.2.0a9, 2022.2.12f1, 2023.1.0b9, 2023.1.0a8
Not reproducible with: 2020.3.46f1, 2021.3.21f1, 2022.2.0a8
Reproduced on: macOS 13.2.1 (Intel)
Notes:
When inserting “.25” or “,25” it gets recognized as a "25" and because a number has a range of 0-1 then it gets converted to "1"
Reproducible with any numbers
Not reproducible without setting a range of a number
Not reproducible if inserting decimal separator (, or .) two times