Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 655 Bytes

File metadata and controls

11 lines (7 loc) · 655 Bytes

A widget for helping the user make a selection by entering some text and choosing from among a list of options.

The user's text input is received in a field built with the fieldViewBuilder parameter. The options to be displayed are determined using optionsBuilder and rendered with optionsViewBuilder.

Example