Raxol.UI.Components.Input.SelectList.Renderer (Raxol v0.5.0)

View Source

Handles rendering functionality for the SelectList component.

Summary

Functions

Renders the SelectList component.

Renders the main list container with options.

Renders the list of options.

Renders pagination controls.

Renders the search input element.

Functions

render(state, context)

Renders the SelectList component.

render_list_container(state, visible_options)

Renders the main list container with options.

render_option(state, label, value, index, opt_style)

Renders a single option.

render_options(state, visible_options)

Renders the list of options.

render_pagination_controls(state)

Renders pagination controls.

render_search_input(state)

Renders the search input element.