anura-text

<anura-text adapter="some-adapter" source="123"></anura-text>

A very simple text search field (it mostly exists to look the same way anura-select & co look)

Screenshot of anura-text

Attributes

adapter

required: yes, live: no, default: -

With which adapter to talk to (to load the values from)

source

required: yes, live: on-load, default: -

What metadata field to query in order to get the title (and sumbit the value). The value type will depend on the adapter that you're using (usually an ID or a UUID)

value

required: no, live: set by component, default: -

Can be used to set an initial value, but will only be written to by the component afterwards.

title

required: no, live: on-load, default: name of the metadata field

Override the title attribute with your own.

placeholder

required: no, live: on-load, default: name of the metadata field

Override the placeholder attribute with your own.

type

required: no, live: set by component, default: -

The type of field that should be affected. This will be set by your adapter and is specific to the implementation. Don't touch this.

Events

change

standard change event

Fired when the user changes the value of the input field

Parts

<input part="text-value" >
<button part="text-button text-clear">
  <anura-icon part="text-icon text-icon-clear"></anura-icon>
</button>