$ npm install searchinput --registry=http://registry.npm.fe.eucita.com
e.g
new SearchInput({ parent: '#parent', name: '客户昵称', placeholder: '输入客户昵称搜索', onsearch: $.proxy(function(text){ // do sth. },this), onclean: $.proxy(function(){ // do sth. },this) });
Eucita FE Team | Home | README