Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 337 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 337 Bytes

Selectize

##About Jquery based custom UI Controll, forked from original Selectize ##install npm install @mae/placeholder npm ubpublish @mae/placeholder ##Usage custom components
for details see Selectize original package

$(function(){
	$('.selectize-control').selectize();
});