View Source API Reference LiveSelect v1.4.0

Modules

The LiveSelect component is rendered by calling the live_select/1 function and passing it a form field. LiveSelect creates a text input field in which the user can type text, and hidden input field(s) that will contain the value of the selected option(s).

The module that implements the LiveSelect live component