Ajay9704 opened a new pull request, #15323:
URL: https://github.com/apache/grails-core/pull/15323

   Fix: Negative number bug with GSP and fields in Norwegian locale (#15178)
   
   Problem:
   - Cannot enter negative Long numbers in Norwegian locale
   - Editing existing negative Long shows empty field in Norwegian locale
   
   Solution:
   - Added normalizeMinusSign() method to convert Unicode minus (−) to ASCII 
minus (-)
   - Applied fix to ValidationTagLib, FormFieldsTagLib, and FormatTagLib
   - Added test cases to verify the fix works correctly
   
   Symptoms addressed:
   - Negative Long numbers can now be properly entered and edited
   - Editing existing negative Long numbers shows correct pre-filled values


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to