API Reference LiveSelect v0.3.1

modules

Modules

The LiveSelect field is rendered by calling the live_select/3 function and passing it a form and the name of the 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). As the input text changes, LiveSelect will render a dropdown below the text input containing the matching options, which the user can then select.

LiveSelect.ChangeMsg