airwin

Results 5 comments of airwin

i think this issue may need to have some modification to the selectize.js file steps(with selectize v0.8.5): 1:make the selected items can be duplicate when “create” line:2494 CHANGE: addItem: function(value)...

@Inateno nice solution~!

@xdbr there‘s not an official solution yet, u can use @Inateno 's code above.

穷举。。 ```javascript function resolve(num) { var nMap = [ ['X', 'V', 'I'], // 个位 ['C', 'L', 'X'], // 十位 ['M', 'D', 'C'], // 百位 ['一万', '五千', 'M'], // 千位 ['十万',...