API Reference LiveSelect v0.2.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 a hidden input field that will contain the value of the selected option. As the text changes, LiveSelect will render a dropdown below the text input containing the matching options, which the user can then select.

LiveSelect.ChangeMsg