Using text_input with textcat.manual

Is it possible to use add a text input field to a textcat.manual interface? I tried adding the following to the config, but it did not create a text field.

  "field_id": "user_input",
  "field_label": "User input field",
  "field_placeholder": "Type here...",
  "field_rows": 1,
  "field_autofocus": false

Hi! Check out the documentation on building custom interfaces with blocks here: https://prodi.gy/docs/custom-interfaces#blocks

If you want a UI like textcat.manual with an added input field, you essentially want two blocks: a choice block and a text_input block.

1 Like

Hi @ines. Can I add a text_input block using prodigy.json? I'm unsure where to put this block.

See my comment here :slight_smile: