Skip to content

Raise onSelect when clicking a field's NAME (not only type or value) #82

Open
@damilaufer

Description

@damilaufer

Hi,
I'm using your wonderful component to let the user select a field from a json object. Today he can only selects a field with a value.

  1. Can you raise the onSelect when clicking on a field's NAME also (so it's easier to select)?
  2. Can you raise it when clicking on the name of an object?

Example:
onSelect is not raised when clicking on "father", or "child1".

{
father: {
child1: '',
child2: 'Alvin'
}
}

thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions