README
VCL select
Select form control.
Features
A replacement of the normal HTML select form control. This component comprises only the input control, the dropdown is a suitable component for the drop-down that opens when the input is focused.
Usage
The select is a specialization of the embedded input group
(which is itself made from an input and a button).
The basic version allows only to select values. Note that the
input is using the readonly
property and the vclReadonly
class.
With the vclSelectEditable
modifier, the input also allows write access.
This is useful to add new entries or allowing the input of a
phrase for filtering the selectable entries.
Classes
vclSelect
vclSelectCurrentValue
Modifiers
vclSelectEditable
Variables
Demo
example.html on GH-pages.