knockout-x-editable icon indicating copy to clipboard operation
knockout-x-editable copied to clipboard

use typeahead or select

Open ikwijaya opened this issue 7 years ago • 0 comments

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

ikwijaya avatar Aug 04 '17 14:08 ikwijaya