<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)
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)
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: 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>