-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add number formatter to Nameplace Capacity #1260
Add number formatter to Nameplace Capacity #1260
Conversation
Backend Test Results333 tests ±0 128 ✅ ±0 45s ⏱️ -1s For more details on these errors, see this check. Results for commit 40413e0. ± Comparison against base commit a11dcc9. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dhaselhan , thanks for the implementation, Please find my observations below.
- commas won't get added while editing, instead it gets formatted after editing is complete.
- Using NumberEditor component should fix this issue. Also if possible please fix the alignment to be same while editing and not editing.
Good catch Prashanth! Updated the code to use the NumberEditor and it works great. I did look at other places for column alignment and it looks like Fuel Quantity follows the same left/right behavior and I couldn't find any cells that work the way you are suggesting. |
# Conflicts: # frontend/src/views/FuelCodes/_schema.jsx
d2d68bb
to
40413e0
Compare
Thanks for the changes Daniel, I had a ticket similar to this changes in FuelCode carbonIntensity, and Al suggested this change. you can refer here Tested and looks good. |
No description provided.