Requires

Provides

Combo.js

A selectbox with free-form input field. Or an input with autocompletion, if you please.

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 23
  2. 24
  3. 25
  4. 26
  5. 27
  6. 28
  7. 29
  8. 30
  9. 31
  10. 32
LSD.Widget.Input.Combo = new Class({ Includes: [ LSD.Widget.Select, LSD.Trait.Input ], options: { tag: 'input' } });