<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)
required: yes, live: no, default: -
With which adapter to talk to (to load the values from)
<anura-text adapter="#my-adapter"></anura-text>
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)
<anura-text source="description"></anura-text>
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.
required: no, live: on-load, default: name of the metadata field
Override the title attribute with your own.
<anura-text title="Description"></anura-text>
required: no, live: on-load, default: name of the metadata field
Override the placeholder attribute with your own.
<anura-text placeholder="Search something"></anura-text>
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.
standard change event
Fired when the user changes the value of the input field
<input part="text-value" >
<button part="text-button text-clear">
<anura-icon part="text-icon text-icon-clear"></anura-icon>
</button>