ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

Searhbox #58

Closed johntom closed 5 years ago

johntom commented 5 years ago

Hi, I've read the docs, tried all the options but can't get searchbox to display

 <abp-select  picker-options.bind="selectOptions" empty-on-null="true" 
selected-item.bind="condiment" selected-value.bind="condimentValue"
disabled="false" 
collection.bind="allCondiments" 
data-liveSearch="true"  data-liveSearchStyle='contains' >
</abp-select>
johntom commented 5 years ago

Fixed as I re-read docs and saw mistake