Skip to content

Text entry

A text entry widget to allow user to type freely. If the parent of this text entry is a filter widget, this widget will notify the filter widget of changes. Otherwise, it will update the DataStore with changes. id option will be used as key for the DataStore.

Name Description
component text-entry
kind text, time-picker, date-picker, number
title hint text
options options for this widget

Filter options

Options below are used both for filter widget parent and normal text entry

Name Description
id a unique string that use to identiy this filter
keyword (for filter only) search keyword body, name, first, last, key:someKey, etc
queryPrefix (for filter only) query prefix, e.g. where, given, ...
operator (filter only) filter operator, e.g. contains, is, etc.