package
0.0.0-20250210154908-aff261b4e5c5
Repository: https://github.com/acaloiaro/frm.git
Documentation: pkg.go.dev

# Functions

Selector converts a standard 'select' element into a Choices.js-enriched select element To use seletor as a multi-selet, the select element must have a the 'multiple' attribute, e.g.

# Structs

Option is a select option.
SelectArgs are the arguments used to initialize selector.Selector ID: element ID for the <select> element Label: The <label> for the <select> element LabelClass: The CSS class(es) for the <label> element Multiple: Allow multiple items to be selected Name: The <select> form element name Options: The <option>s available to be <select>ed.

# Type aliases

No description provided by the author