Select field and a KeyValue field. When the user selects a different option in the select, the data in the kv-field should be updated.Select has reactive(), some options() and an afterStateUpdated hook which uses $set('config', [])KeyValue is configured to not allow any modifications (no new rows, no deletions, no key changes)config column stores key-value info formatted as JSON, with different keys depending on the type column. Example:{"database":"db1","port":3306} |{"hostname":"hello.world","port":22}|