Class: CollectionInput

CollectionInput()

new CollectionInput()

Input displayed for collection type properties. 2 inputs will be displayed side by side. The resulting value will be a single string with an '=' character separating the key and value.
Source:

Extends

  • React.Component

Members

_handleKeyChange

Updates the left-side of the '=' character in the value.
Source:

_handleKeyDown

Prevents an '=' character from being entered into the input.
Source:

_handleValueChange

Updates the right-side of the '=' character in the value.
Source:

_stringToKeyValueObject

Takes a string value in the format 'key=value' and returns an object with a key and value property. For example: {key: 'key', value: 'value'}
Source: