What angular component to use for a simpel input field?

Hi, I’m trying to create a custom field to use in the new block section, all the examples use specialized components, but I just want a simple input field, I can see that there are components for singelSelect , multiSelect and dropdown but not for a normal textinput, am guessing that a component might be overkill for a input, if so, so you have an example how to bind this input against a BasicFieldEditor, to get things working? Or should I still use the FieldEditorFieldSelector component?

I basically just want to start with replicating the functionality of a simple multilang title field. And building it out when I get that working.

Pls help

Litium version: 7

Please check this example: https://docs.litium.com/documentation/architecture/field-framework/creating-a-custom-field-type

It creates a simple textbox as the UI for the custom field.

1 Like

Thank you! This is precisly what i needed, is this a new example? I only ever unded up this page before https://docs.litium.com/documentation/field-framework/creating-a-custom-field-type

Glad that it helps. Yes it is the new example. We had feedback that the previous example is too complicated, people prefer the simple one so we updated the document.