knockout-x-editable
knockout-x-editable copied to clipboard
use typeahead or select
dear brian,
How to use typeahead ? here my console:
Error: Unable to process binding "editable: function(){return status }" Message: Unknown type: typeahead
and here my code :
<td><span data-bind="editable: status, editableOptions:{ pk:no_asset, type:'typeahead', options: self.arr_status, optionsText:'text', optionsValue:'value', url:'api/v1/some_function', bindTextInput: true }"></span></td>
thanks for read my problem. ikw