Home > @uniformdev/design-system > KeyValueInput
KeyValueInput() function
Warning: This API is now obsolete.
This component is in beta, name and props are subject to change without a major version
A component to render a sortable key-value input
Signature:
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ value, onChange, label, newItemDefault, keyLabel, valueLabel, iconLabel, keyInfoPopover, valueInfoPopover, iconInfoPopover, disabled, errors, onFocusChange, showIconColumn, renderIconSelector, independentKeyValue, } |
(not declared) | |
|
input |
KeyValueInputProps<TValue> |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
const [value, setValue] = useState([]); return <>