The cap3Options-binding is a drop-down list that can easily be styled for different browsers (IE, Firefox, Chrome). The binding conforms to the API of the original knockout options-binding to support easy migration.
bower install knockout-select
#Requirements#
- Knockout v. 2.3.0
#Usage#
-
require (minified) knockout-select/cap3Options-binding
-
Use as custom binding:
<select data-binding="cap3Options: myOptions, cap3Value: myValue></select>
#Examples#