fix: omit group separator in QmlDataFormatter to prevent spinbox validator rejection#33120
fix: omit group separator in QmlDataFormatter to prevent spinbox validator rejection#33120kaaviyab77 wants to merge 1 commit intomusescore:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
mathesoncalum
left a comment
There was a problem hiding this comment.
Is there an argument that we should approach this from a different angle by keeping the group separator and making sure that the input valiator can handle it?
Resolves: #32960
Percentage spinboxes in the Properties panel (e.g. fermata time stretch, measure width) were snapping to their minimum value when entering numbers ≥ 1000. Fixed by preventing the number formatter from adding thousands separators (e.g. "1,000"), which the input field's validator did not recognize as a valid number.