AndrewRedican / react-json-editor-ajrm

A modular, easy to use, react component, to view, edit, and debug javascript objects.
MIT License
355 stars 126 forks source link

BREAKPOINTS IN ARRAYS #232

Closed FlorBordenave1 closed 1 year ago

FlorBordenave1 commented 1 year ago
  1. What version of RJEA are you using (react-json-editor-ajrm version)?

    • 2.5.13
  2. What operating system and processor architecture are you using?

  3. What did you do?

I did this object

export const ModelJson = ({
    data,
}: ModelJsonProps) => {
    return (
        <JSONInput
            placeholder={data}
            height='100%'
            width='100%'
            colors={{ background: '#434343', number: '#fff', string: '#fff', keys: '#fff', primitive: '#fff', colon: '#fff' }}
        />
    );
}
  1. What did you expect to see?
    • Inside the JSON object I have an array and I want it to look like this,

image inputs: [ 0.43, 0.43, 0.43 ,0, 0.43 ] instead of this: inputs: [
0.43, 0.43, 0.43 , 0, 0.43 ]

  1. What did you see instead? How can I prevent these<br> and &nbsp;&nbsp;&nbsp;&nbsp;?

image

AndrewRedican commented 1 year ago

I no longer intend to update this project. I am working instead on a complete rewrite.

I'd like to thank you for using and taking interest in this project.

I also would like to apologize for not following up sooner. However, do realize for the most part this has been a one-man show, and the occasional contributions I used to receive. What I am saying is, I am in dire need of volunteers.

If this is something you would be interested in participating in, you can join in the discussion.

I've taken note of this thread, and I'll keep this under consideration for the new project.