Optionally add commas after values
See original GitHub issueIf a user manually highlights and copies the JSON, it will be invalid because there are no commas after values. I propose adding a prop showCommas
, which, if true, will render commas after the values.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:10
Top Results From Across the Web
Add Commas Between Words | Before or After Cell Text
Download the featured file https://www.bluepecantraining.com/ add... This video is about concatenating commas with numeric or text values in ...
Read more >How to Add Commas Between a List of Items Dynamically with ...
In the UI, I used max-width instead of display and toggled that between 0 and a reasonable maximum value so that I could...
Read more >dynamically reformat input in javascript to add commas to ...
I think javascript can work this out by showing the user the number they have inducted, formatted with commas. eg: input: | 1230000000000...
Read more >How to Add Commas Between a List of Items ... - GeeksforGeeks
In this article, we are going to create a list that is separated with commas using CSS. Suppose you have given the name...
Read more >Conditionally add comma to print text inside a label control
Solved: Hi fam, I am using the concat function for the text property of a Label in order to have Commas, between each...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
its working, guys
rc-json-viewer
is the new pkg namereact-json-viewer
is old pkg and somehow they mistmatched it. https://www.npmjs.com/package/rc-json-viewCould you check if update is on v1.21.3 or v1.21.8. On 1.21.3, I couldnt see showComma and v1.21.8 is not yet on npm. Thanks.